Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit ef14194

Browse files
rudzikdawidandrewseguin
authored andcommitted
fix(menu): md-menu panel theme supports dark mode (#11230)
Closes #11199
1 parent f926c96 commit ef14194

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/menu/menu-theme.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
md-menu-content.md-THEME_NAME-theme {
2-
background-color: '{{background-A100}}';
2+
background-color: '{{background-hue-1}}';
33

44
md-menu-item {
5-
color: '{{background-A200-0.87}}';
5+
color: '{{foreground-1}}';
66

77
md-icon {
8-
color: '{{background-A200-0.54}}';
8+
color: '{{foreground-2}}';
99
}
1010

1111
.md-button[disabled] {
12-
color: '{{background-A200-0.25}}';
12+
color: '{{foreground-3}}';
1313

1414
md-icon {
15-
color: '{{background-A200-0.25}}';
15+
color: '{{foreground-3}}';
1616
}
1717
}
1818

1919
}
2020

2121
md-menu-divider {
22-
background-color: '{{background-A200-0.11}}';
22+
background-color: '{{foreground-4}}';
2323
}
2424
}

0 commit comments

Comments
 (0)