modify style

This commit is contained in:
MaysWind
2024-06-09 23:12:52 +08:00
parent 315a686fed
commit ae25b4eb4e
@@ -162,7 +162,7 @@
// loop for all colors bg // loop for all colors bg
@each $color-name in variables.$theme-colors-name { @each $color-name in variables.$theme-colors-name {
.v-tabs.v-tabs-pill { .v-tabs.v-tabs-pill {
.v-slide-group-item--active.v-tab--selected.text-#{$color-name} { .v-tab-item--selected.v-tab--selected.text-#{$color-name} {
background-color: rgb(var(--v-theme-#{$color-name})); background-color: rgb(var(--v-theme-#{$color-name}));
color: rgb(var(--v-theme-on-#{$color-name})) !important; color: rgb(var(--v-theme-on-#{$color-name})) !important;
} }