Fix aspect ratio of login icon

This commit is contained in:
Deluan 2021-04-26 12:35:49 -04:00 committed by Joe Stump
parent eaacc22936
commit 500d8e8844
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9
2 changed files with 2 additions and 0 deletions

View File

@ -346,6 +346,7 @@ export default {
icon: {
backgroundColor: 'transparent',
width: '100px',
height: '100px',
},
card: {
minWidth: 300,

View File

@ -267,6 +267,7 @@ export default {
icon: {
backgroundColor: 'inherit',
width: '5em',
height: '5em',
},
card: {
background: 'none',