mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: button default background color
This commit is contained in:
@@ -368,7 +368,7 @@ html.is-mobile {
|
||||
}
|
||||
|
||||
.ui__toggle-background-on {
|
||||
background: or(--logseq-og-toggle-on-background, --lx-accent-09, rgb(2, 132, 199));
|
||||
background: or(--logseq-og-toggle-on-background, --lx-accent-09, --logseq-og-button-background);
|
||||
}
|
||||
|
||||
.ui__toggle-background-off {
|
||||
|
||||
Reference in New Issue
Block a user