-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change AppToolBar Background Color #468
Comments
I also tried using a custom style via css and it the background is still show as default. |
@allenvpn312 Have you tried setting?
|
Thank you for the quick response. To be honest, I'm lost on how to do this. Could you provide a simple example? Also, I'm using the app layout with Vaadin 23 if that helps. Thank you |
Untested but try the following:
|
Ahhh...I understand now. Thank you |
Is there a way to change the AppToolBar background color? I tried appBar.getElement().getStyle().set("background", "var(--lumo-contrast-10pct") but it seems not to work. Thank you!
The text was updated successfully, but these errors were encountered: