Frontend: Remove "slider-color" from <v-tabs> after Vuetify upgrade

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-11-25 15:02:52 +01:00
parent d1ee51e8e1
commit 76ed4787b4
4 changed files with 2 additions and 5 deletions

View file

@ -80,7 +80,7 @@ let themes = {
"secondary": "#111111",
"secondary-light": "#1a1a1a",
"table": "#242424",
"button": "1a1a1a",
"button": "#161616",
"selected": "#64459b",
"accent": "#090c10",
"error": "#e57373",
@ -409,7 +409,7 @@ let themes = {
"surface-variant": "#cc0d99",
"secondary": "#111111",
"secondary-light": "#1a1a1a",
"button": "1a1a1a",
"button": "#1a191a",
"table": "#302E32",
"selected": "#a30a7a",
"accent": "#090c10",

View file

@ -6,7 +6,6 @@
grow
class="bg-transparent"
bg-color="secondary"
slider-color="surface-variant"
:height="$vuetify.display.smAndDown ? 48 : 64"
>
<v-tab id="tab-discover-colors" ripple @click="changePath('/discover')">

View file

@ -5,7 +5,6 @@
elevation="0"
grow
bg-color="secondary"
slider-color="surface-variant"
:height="$vuetify.display.smAndDown ? 48 : 64"
class="bg-transparent p-page__navigation"
>

View file

@ -5,7 +5,6 @@
elevation="0"
grow
bg-color="secondary"
slider-color="surface-variant"
:height="$vuetify.display.smAndDown ? 48 : 64"
class="bg-transparent p-page__navigation"
>