mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-11 16:24:11 +01:00
Frontend: Fix tab slider color after Vuetify upgrade
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -156,7 +156,6 @@ export default {
|
||||
color: "on-surface",
|
||||
bgColor: "secondary",
|
||||
baseColor: "secondary",
|
||||
sliderColor: "surface-variant",
|
||||
},
|
||||
VTable: {
|
||||
density: "comfortable",
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.v-tab__slider {
|
||||
color: rgb(var(--v-theme-surface-variant)) !important;
|
||||
}
|
||||
|
||||
/* Themes */
|
||||
|
||||
body.dark-theme {
|
||||
|
||||
Reference in New Issue
Block a user