How to Change the color of primaryTitle of Shell Bar. #7066
-
Hi @Lukas742, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @TEJENDRA90 changing the color of the In case you require a way to change the color out of the box, please open a feature request in the ui5-webcomponents repo, as the component is developed there. |
Beta Was this translation helpful? Give feedback.
Hi @TEJENDRA90
changing the color of the
primaryTitle
is only possible by overriding the value of the--sapShell_SubBrand_TextColor
CSS variable which could lead to discrepancies as it will be changed for all themes, meaning you have to implement theming for this var yourself. If you're implementing a custom theme(UI Theme Designer, completely custom theme), then this is of course fine.In case you require a way to change the color out of the box, please open a feature request in the ui5-webcomponents repo, as the component is developed there.