modify class name

This commit is contained in:
MaysWind
2023-07-15 00:30:42 +08:00
parent 4accc49d60
commit 489bba9c4b
+1 -1
View File
@@ -33,7 +33,7 @@ input[type=number] {
--default-icon-color: var(--v-theme-on-surface); --default-icon-color: var(--v-theme-on-surface);
} }
:root .dark { :root .v-theme--dark {
--default-icon-color: var(--v-theme-on-surface); --default-icon-color: var(--v-theme-on-surface);
} }