Commit fd0335c6 authored by Nick's avatar Nick

fix: login dialog dark mode

parent ca25661f
...@@ -18,9 +18,9 @@ npm-debug.log* ...@@ -18,9 +18,9 @@ npm-debug.log*
# Generated assets # Generated assets
/assets /assets
/server/views/master.pug server/views/master.pug
/server/views/legacy/master.pug server/views/legacy/master.pug
/server/views/setup.pug server/views/setup.pug
# Webpack # Webpack
.webpack-cache .webpack-cache
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
offset-xl4, xl4 offset-xl4, xl4
) )
transition(name='fadeUp') 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-toolbar(color='primary', flat, dense, dark)
v-spacer v-spacer
.subheading(v-if='screen === "tfa"') {{ $t('auth:tfa.subtitle') }} .subheading(v-if='screen === "tfa"') {{ $t('auth:tfa.subtitle') }}
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
"mssql": "5.1.0", "mssql": "5.1.0",
"multer": "1.4.2", "multer": "1.4.2",
"mysql2": "1.6.5", "mysql2": "1.6.5",
"nanoid": "2.0.3", "nanoid": "2.0.4",
"node-2fa": "1.1.2", "node-2fa": "1.1.2",
"node-cache": "4.2.1", "node-cache": "4.2.1",
"nodemailer": "6.3.0", "nodemailer": "6.3.0",
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
"apollo-link-ws": "1.0.18", "apollo-link-ws": "1.0.18",
"apollo-utilities": "1.3.2", "apollo-utilities": "1.3.2",
"autoprefixer": "9.6.1", "autoprefixer": "9.6.1",
"babel-eslint": "10.0.2", "babel-eslint": "10.0.3",
"babel-jest": "24.9.0", "babel-jest": "24.9.0",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"babel-plugin-graphql-tag": "2.5.0", "babel-plugin-graphql-tag": "2.5.0",
......
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment