Fixed tabs using the wrong primary color
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
centered
|
centered
|
||||||
grow
|
grow
|
||||||
max="100px"
|
max="100px"
|
||||||
color="primary"
|
:color="$vuetify.theme.themes.dark.primary"
|
||||||
:value="$store.getters.tabById($route.params.id)"
|
:value="$store.getters.tabById($route.params.id)"
|
||||||
:background-color="toolbarColor"
|
:background-color="toolbarColor"
|
||||||
@change="e => $store.commit(
|
@change="e => $store.commit(
|
||||||
|
|||||||
Reference in New Issue
Block a user