mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
enhance(ui): make consistent accent colors for all the popover dropdown
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user