mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
fix default icon color
This commit is contained in:
@@ -30,13 +30,13 @@ input[type=number] {
|
|||||||
|
|
||||||
/** Custom class **/
|
/** Custom class **/
|
||||||
:root {
|
:root {
|
||||||
--default-icon-color: var(--v-theme-on-surface);
|
--default-icon-color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
||||||
--v-expand-panel-title-bg: rgba(var(--v-theme-on-surface), var(--v-hover-opacity));
|
--v-expand-panel-title-bg: rgba(var(--v-theme-on-surface), var(--v-hover-opacity));
|
||||||
--v-card-title-bg: rgba(var(--v-theme-on-surface), var(--v-hover-opacity));
|
--v-card-title-bg: rgba(var(--v-theme-on-surface), var(--v-hover-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:root .v-theme--dark {
|
:root .v-theme--dark {
|
||||||
--default-icon-color: var(--v-theme-on-surface);
|
--default-icon-color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
||||||
--v-expand-panel-title-bg: rgba(var(--v-theme-on-surface), var(--v-hover-opacity));
|
--v-expand-panel-title-bg: rgba(var(--v-theme-on-surface), var(--v-hover-opacity));
|
||||||
--v-card-title-bg: rgba(var(--v-theme-on-surface), var(--v-hover-opacity));
|
--v-card-title-bg: rgba(var(--v-theme-on-surface), var(--v-hover-opacity));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user