fix: login dialog dark mode

This commit is contained in:
Nick
2019-08-26 22:54:02 -04:00
parent ca25661f81
commit fd0335c613
4 changed files with 22 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
offset-xl4, xl4
)
transition(name='fadeUp')
v-card.elevation-5(v-show='isShown')
v-card.elevation-5(v-show='isShown', light)
v-toolbar(color='primary', flat, dense, dark)
v-spacer
.subheading(v-if='screen === "tfa"') {{ $t('auth:tfa.subtitle') }}