Settings: Change select background color

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-01 13:34:07 +02:00
parent 86432c9974
commit 24dcc09c4c

View file

@ -15,6 +15,7 @@
:items="options.themes"
:label="labels.theme"
color="secondary-dark"
background-color="secondary-light"
v-model="settings.theme"
hide-details box
></v-select>
@ -25,6 +26,7 @@
:items="options.languages"
:label="labels.language"
color="secondary-dark"
background-color="secondary-light"
v-model="settings.language"
hide-details box
></v-select>
@ -45,6 +47,7 @@
:items="options.mapsStyle"
:label="labels.mapsStyle"
color="secondary-dark"
background-color="secondary-light"
v-model="settings.maps.style"
hide-details box
></v-select>
@ -55,6 +58,7 @@
:items="options.mapsAnimate"
:label="labels.mapsAnimate"
color="secondary-dark"
background-color="secondary-light"
v-model="settings.maps.animate"
hide-details box
></v-select>