Change the genre font to md

This commit is contained in:
Mosh Hamedani 2023-03-06 13:34:22 -08:00
parent ab8783e4d7
commit a2028cfbe7

View file

@ -41,7 +41,7 @@ const GenreList = ({ selectedGenre, onSelectGenre }: Props) => {
textAlign="left"
fontWeight={genre.id === selectedGenre?.id ? "bold" : "normal"}
onClick={() => onSelectGenre(genre)}
fontSize="lg"
fontSize="md"
variant="link"
>
{genre.name}