Skip to content

Commit

Permalink
Fix aspect ratio of login icon
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Apr 26, 2021
1 parent f1bd736 commit 0d409e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/themes/ligera.js
Expand Up @@ -346,6 +346,7 @@ export default {
icon: {
backgroundColor: 'transparent',
width: '100px',
height: '100px',
},
card: {
minWidth: 300,
Expand Down
1 change: 1 addition & 0 deletions ui/src/themes/spotify.js
Expand Up @@ -267,6 +267,7 @@ export default {
icon: {
backgroundColor: 'inherit',
width: '5em',
height: '5em',
},
card: {
background: 'none',
Expand Down

0 comments on commit 0d409e3

Please sign in to comment.