diff --git a/ui/src/themes/ligera.js b/ui/src/themes/ligera.js index a7a9e64f0..f57d80bb6 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 6019e1495..348b396b0 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',