From f932a7951fdf6b32069b6a8b04596c8082c8309e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 16:46:11 +0200 Subject: [PATCH] Match business model button to portal header inactive tab colors --- styleguide.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styleguide.css b/styleguide.css index 3378da1..66c4fca 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2129,6 +2129,11 @@ section + section { width: 100%; } +#vsf-business-model-toggle.sg-interaction-element.sg-button { + background: var(--surface-portal-header-tab); + color: var(--text-portal-header-tab); +} + .sg-vsf-drawer-object-card__heading { color: var(--text-vsf-drawer-object-card-heading); margin: 0;