From ae6076544243d0029ed123d2523a86598dde0412 Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Tue, 22 Apr 2025 15:01:41 +0200 Subject: [PATCH] fix(TheminParameters): reflect updated global CSS vars --- packages/base/src/styling/ThemingParameters.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/base/src/styling/ThemingParameters.ts b/packages/base/src/styling/ThemingParameters.ts index f1a75e38d09..f660b9deb67 100644 --- a/packages/base/src/styling/ThemingParameters.ts +++ b/packages/base/src/styling/ThemingParameters.ts @@ -746,6 +746,12 @@ export const ThemingParameters = { sapTab_Critical_Selected_TextColor: 'var(--sapTab_Critical_Selected_TextColor)', sapTab_Critical_Selected_IconColor: 'var(--sapTab_Critical_Selected_IconColor)', sapTab_Critical_Selected_Background: 'var(--sapTab_Critical_Selected_Background)', + sapTab_Neutral_TextColor: 'var(--sapTab_Neutral_TextColor)', + sapTab_Neutral_ForegroundColor: 'var(--sapTab_Neutral_ForegroundColor)', + sapTab_Neutral_IconColor: 'var(--sapTab_Neutral_IconColor)', + sapTab_Neutral_Selected_TextColor: 'var(--sapTab_Neutral_Selected_TextColor)', + sapTab_Neutral_Selected_IconColor: 'var(--sapTab_Neutral_Selected_IconColor)', + sapTab_Neutral_Selected_Background: 'var(--sapTab_Neutral_Selected_Background)', sapTile_Background: 'var(--sapTile_Background)', sapTile_Hover_Background: 'var(--sapTile_Hover_Background)', sapTile_Active_Background: 'var(--sapTile_Active_Background)',