Front: Recommended: Add some padding around genre list and play button

This commit is contained in:
Arthur Jamet 2023-12-09 08:55:25 +01:00 committed by Zoe Roux
parent 1eadcb6521
commit ee33c71dfe

View File

@ -154,6 +154,7 @@ export const ItemDetails = ({
{...css({
bg: (theme) => theme.themeOverlay,
flexDirection: "row",
pX: 4,
justifyContent: "space-between",
minHeight: px(50),
})}