enhance(ui): make consistent accent colors for all the popover dropdown

This commit is contained in:
charlie
2024-01-05 12:47:31 +08:00
parent f9b26a1050
commit a27f360cd8
10 changed files with 26 additions and 40 deletions

View File

@@ -8,6 +8,8 @@ html {
.ui__select-content {
--accent: var(--rx-gray-04-hsl);
--accent-foreground: var(--rx-gray-12-hsl);
--muted: var(--rx-gray-05-hsl);
}
.ui__dropdown-menu-item,
@@ -103,6 +105,7 @@ html[data-theme=dark] {
.ui__context-menu-content,
.ui__select-content {
--accent: 190 100% 15%;
--muted: 192 100% 13%;
}
.ui__calendar {