You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a Wave App that has a light and dark mode, where it uses default and h2o-dark themes respectively. When using h2o-dark, the close button in notification bar is not discernible. It is visible when using the default theme.
default theme:
h2o-dark theme:
Expected behavior
Either the background of the notification bar should change with the theme, or the color of the close button should remain fixed.
Steps To Reproduce
Set q.page["meta"].theme to h2o-dark
Set q.page["meta"].notification_bar to ui.notification_bar component
The text was updated successfully, but these errors were encountered:
Wave SDK Version, OS
Wave v1.0.0
MacOS v14.3
Actual behavior
I'm currently working on a Wave App that has a light and dark mode, where it uses
default
andh2o-dark
themes respectively. When usingh2o-dark
, the close button in notification bar is not discernible. It is visible when using thedefault
theme.default
theme:h2o-dark
theme:Expected behavior
Either the background of the notification bar should change with the theme, or the color of the close button should remain fixed.
Steps To Reproduce
q.page["meta"].theme
toh2o-dark
q.page["meta"].notification_bar
toui.notification_bar
componentThe text was updated successfully, but these errors were encountered: