diff --git a/ui/src/themes/nord.js b/ui/src/themes/nord.js index f4c64ccc0..492de9c06 100644 --- a/ui/src/themes/nord.js +++ b/ui/src/themes/nord.js @@ -2,9 +2,6 @@ const musicListActions = { alignItems: 'center', '@global': { - button: { - margin: 5, - }, 'button:first-child:not(:only-child)': { '@media screen and (max-width: 720px)': { transform: 'scale(1.5)', diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index 8efd49b67..7813291ad 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -10,7 +10,6 @@ const musicListActions = { alignItems: 'center', '@global': { button: { - margin: 5, border: '1px solid transparent', backgroundColor: 'inherit', color: '#b3b3b3',