Skip to content

Commit d4022f1

Browse files
authored
fix(TheminParameters): reflect updated global CSS vars (#7261)
1 parent 07fc107 commit d4022f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/base/src/styling/ThemingParameters.ts

+6
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,12 @@ export const ThemingParameters = {
746746
sapTab_Critical_Selected_TextColor: 'var(--sapTab_Critical_Selected_TextColor)',
747747
sapTab_Critical_Selected_IconColor: 'var(--sapTab_Critical_Selected_IconColor)',
748748
sapTab_Critical_Selected_Background: 'var(--sapTab_Critical_Selected_Background)',
749+
sapTab_Neutral_TextColor: 'var(--sapTab_Neutral_TextColor)',
750+
sapTab_Neutral_ForegroundColor: 'var(--sapTab_Neutral_ForegroundColor)',
751+
sapTab_Neutral_IconColor: 'var(--sapTab_Neutral_IconColor)',
752+
sapTab_Neutral_Selected_TextColor: 'var(--sapTab_Neutral_Selected_TextColor)',
753+
sapTab_Neutral_Selected_IconColor: 'var(--sapTab_Neutral_Selected_IconColor)',
754+
sapTab_Neutral_Selected_Background: 'var(--sapTab_Neutral_Selected_Background)',
749755
sapTile_Background: 'var(--sapTile_Background)',
750756
sapTile_Hover_Background: 'var(--sapTile_Hover_Background)',
751757
sapTile_Active_Background: 'var(--sapTile_Active_Background)',

0 commit comments

Comments
 (0)