diff --git a/ui/src/themes/ligera.js b/ui/src/themes/ligera.js index a7a9e64f..f57d80bb 100644 --- a/ui/src/themes/ligera.js +++ b/ui/src/themes/ligera.js @@ -346,6 +346,7 @@ export default { icon: { backgroundColor: 'transparent', width: '100px', + height: '100px', }, card: { minWidth: 300, diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index 6019e149..348b396b 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -267,6 +267,7 @@ export default { icon: { backgroundColor: 'inherit', width: '5em', + height: '5em', }, card: { background: 'none',