fix: dark theme improvements

This commit is contained in:
Nicolas Giard
2018-12-29 22:12:52 -05:00
parent edb97b832d
commit 771935ee68
5 changed files with 49 additions and 14 deletions

View File

@@ -80,7 +80,7 @@
v-subheader Logo
v-card-text
v-layout.px-3(row, align-center)
v-avatar(size='120', color='grey lighten-3', :tile='config.logoIsSquare')
v-avatar(size='120', :color='$vuetify.dark ? `grey darken-2` : `grey lighten-3`', :tile='config.logoIsSquare')
.ml-4
v-layout(row, align-center)
v-btn(color='teal', depressed, dark)