Skip to content

Commit

Permalink
fix: tabs bg with code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 11, 2024
1 parent 54a119c commit ae949dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shopware/components/Tab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ onMounted(() =>
<style lang="scss">
.Tab_slot {
@apply px-5 pt-3 pb-1;
background-color: var(--sw-sidebar-bg);
background-color: var(--vp-c-gutter);
}
</style>

Expand Down
2 changes: 1 addition & 1 deletion src/shopware/components/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ provide('activeTitle', activeTitle)
&_button,
&_slot {
background-color: var(--sw-sidebar-bg);
background-color: var(--vp-c-gutter);
}
}
</style>

0 comments on commit ae949dd

Please sign in to comment.