diff --git a/src/components/GenreList.tsx b/src/components/GenreList.tsx index cb21f58..8efb3b0 100644 --- a/src/components/GenreList.tsx +++ b/src/components/GenreList.tsx @@ -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}