mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Frontend: Remove "slider-color" from <v-tabs> after Vuetify upgrade
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
d1ee51e8e1
commit
76ed4787b4
4 changed files with 2 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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')">
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue