Adjust spacing between sections
This commit is contained in:
parent
fc57605219
commit
67523f1e7b
1 changed files with 1 additions and 2 deletions
|
@ -188,8 +188,7 @@ export const AlbumDetailContent = ({ tableRef }: AlbumDetailContentProps) => {
|
|||
<Group
|
||||
ref={showGenres ? null : intersectRef}
|
||||
className="test"
|
||||
pb="2rem"
|
||||
pt="1rem"
|
||||
py="1rem"
|
||||
spacing="lg"
|
||||
>
|
||||
<PlayButton onClick={() => handlePlay(playButtonBehavior)} />
|
||||
|
|
Reference in a new issue