How to Change the color of primaryTitle of Shell Bar. #7066
Unanswered
TEJENDRA90
asked this question in
Q&A
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @Lukas742,
}
I am facing the issue how to change the color of primaryTitle in Shell bar. Shall you pls help me in that
how to change this.
id="shellBar"
style={{ backgroundColor: "#347deb" }}
logo={
primaryTitle="WM"
startButton={<Button style={{ backgroundColor: "#347deb" }} icon="menu" onClick={onClickMenu} />}
I did this last time with the use of jquery but now it not working.
Pls help me in that.
Beta Was this translation helpful? Give feedback.
All reactions