fix: button default background color

This commit is contained in:
Tienson Qin
2023-11-09 13:31:53 +08:00
parent f52e6bf127
commit 086e25b236
4 changed files with 14 additions and 3 deletions

View File

@@ -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 {