Changed toolbar and context menu color to grey
This commit is contained in:
parent
b991792dcb
commit
78bf700914
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
>
|
||||
<v-btn
|
||||
slot="activator"
|
||||
color="blue-grey darken-1"
|
||||
color="grey darken-2"
|
||||
dark
|
||||
fab
|
||||
>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div id="app-navigation">
|
||||
<v-toolbar dense dark color="blue-grey darken-1" class="hidden-lg-and-up" @click.stop="showNavigation()">
|
||||
<v-toolbar dense dark color="grey darken-3" class="hidden-lg-and-up" @click.stop="showNavigation()">
|
||||
<v-toolbar-side-icon></v-toolbar-side-icon>
|
||||
|
||||
<v-toolbar-title>{{ $router.currentRoute.name }}</v-toolbar-title>
|
||||
|
|
Loading…
Reference in a new issue