Frontend: Fix tab slider color after Vuetify upgrade

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-11-25 13:31:28 +01:00
parent 1631aecea6
commit 590213572b
2 changed files with 4 additions and 1 deletions

View File

@@ -156,7 +156,6 @@ export default {
color: "on-surface",
bgColor: "secondary",
baseColor: "secondary",
sliderColor: "surface-variant",
},
VTable: {
density: "comfortable",

View File

@@ -34,6 +34,10 @@
opacity: 0.75;
}
.v-tab__slider {
color: rgb(var(--v-theme-surface-variant)) !important;
}
/* Themes */
body.dark-theme {