Adjust spacing between sections

This commit is contained in:
jeffvli 2023-01-15 16:16:13 -08:00
parent fc57605219
commit 67523f1e7b

View file

@ -188,8 +188,7 @@ export const AlbumDetailContent = ({ tableRef }: AlbumDetailContentProps) => {
<Group <Group
ref={showGenres ? null : intersectRef} ref={showGenres ? null : intersectRef}
className="test" className="test"
pb="2rem" py="1rem"
pt="1rem"
spacing="lg" spacing="lg"
> >
<PlayButton onClick={() => handlePlay(playButtonBehavior)} /> <PlayButton onClick={() => handlePlay(playButtonBehavior)} />