Add margin above genres

This commit is contained in:
Mosh Hamedani 2023-03-06 13:35:02 -08:00
parent a2028cfbe7
commit 6486ae3199

View file

@ -25,7 +25,9 @@ const GenreList = ({ selectedGenre, onSelectGenre }: Props) => {
return (
<>
<Heading fontSize='2xl' marginBottom={3}>Genres</Heading>
<Heading fontSize="2xl" marginTop={9} marginBottom={3}>
Genres
</Heading>
<List>
{data.map((genre) => (
<ListItem key={genre.id} paddingY="5px">