From 844f98c07e0c37daf178c5d11815bbbc3d68a2ca Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 23 Mar 2026 15:20:15 +0000 Subject: [PATCH] Add bg neutral on the tabs Signed-off-by: Charles de Dreuille --- packages/ui/src/components/PluginHeader/PluginHeader.module.css | 1 - packages/ui/src/components/PluginHeader/PluginHeader.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ui/src/components/PluginHeader/PluginHeader.module.css b/packages/ui/src/components/PluginHeader/PluginHeader.module.css index 703fd6e4cf..8115cc8a7f 100644 --- a/packages/ui/src/components/PluginHeader/PluginHeader.module.css +++ b/packages/ui/src/components/PluginHeader/PluginHeader.module.css @@ -72,6 +72,5 @@ .bui-PluginHeaderTabsWrapper { padding-inline: var(--bui-space-3); border-bottom: 1px solid var(--bui-border-1); - background-color: var(--bui-bg-neutral-1); } } diff --git a/packages/ui/src/components/PluginHeader/PluginHeader.tsx b/packages/ui/src/components/PluginHeader/PluginHeader.tsx index e7f76d6a5b..7a2999e363 100644 --- a/packages/ui/src/components/PluginHeader/PluginHeader.tsx +++ b/packages/ui/src/components/PluginHeader/PluginHeader.tsx @@ -147,7 +147,7 @@ export const PluginHeader = (props: PluginHeaderProps) => {
{actionChildren}
{tabs && ( - + {tabs?.map(tab => (