Skip to content

Commit 6ae9662

Browse files
authored
fix(web): restore selected themes in dark mode (#6665)
1 parent 8c628f1 commit 6ae9662

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/src/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,8 @@ html[data-mobile-composer-route-transition="true"]::view-transition-old(t3-mobil
11691169
compatibility overrides so both navigation implementations receive the
11701170
same palette. Success, info, provider, and channel identity colors remain
11711171
independent; error, warning, and update roles are themeable below. */
1172-
html[data-theme-id] {
1172+
html[data-theme-id],
1173+
html.dark[data-theme-id] {
11731174
--background: var(--app-theme-canvas);
11741175
--app-chrome-background: var(--app-theme-chrome);
11751176
--toolbar-background: var(--app-theme-toolbar);

0 commit comments

Comments
 (0)