From ae949dd5827ab1ada8c513d07732ad4535d9a293 Mon Sep 17 00:00:00 2001 From: Bojan Rajh Date: Wed, 11 Dec 2024 12:58:50 +0100 Subject: [PATCH] fix: tabs bg with code blocks --- src/shopware/components/Tab.vue | 2 +- src/shopware/components/Tabs.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shopware/components/Tab.vue b/src/shopware/components/Tab.vue index 35e4acd..ef2f577 100644 --- a/src/shopware/components/Tab.vue +++ b/src/shopware/components/Tab.vue @@ -28,7 +28,7 @@ onMounted(() => diff --git a/src/shopware/components/Tabs.vue b/src/shopware/components/Tabs.vue index 89f6874..1d45e45 100644 --- a/src/shopware/components/Tabs.vue +++ b/src/shopware/components/Tabs.vue @@ -71,7 +71,7 @@ provide('activeTitle', activeTitle) &_button, &_slot { - background-color: var(--sw-sidebar-bg); + background-color: var(--vp-c-gutter); } } \ No newline at end of file