Background Color For Header Card #666
-
How to change background color for the header cards? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! And thank you for your interest in Wave! The color of the header cannot be changed on its own, but Wave apps do have the concept of themes which allows for color changes throughout the app. Today there are two themes, light which is the default, and neon. You can change the theme using the The ability to make custom themes will be available in a coming release (tentatively 0.15.0). Please checkout the demo video in this PR: #604 |
Beta Was this translation helpful? Give feedback.
Hi! And thank you for your interest in Wave!
The color of the header cannot be changed on its own, but Wave apps do have the concept of themes which allows for color changes throughout the app. Today there are two themes, light which is the default, and neon. You can change the theme using the
ui.meta_card(...theme='neon'...)
and see more here: https://h2oai.github.io/wave/docs/examples/meta-theme/The ability to make custom themes will be available in a coming release (tentatively 0.15.0). Please checkout the demo video in this PR: #604