From a2028cfbe7458c6b0d570640a4e83fcdc4342218 Mon Sep 17 00:00:00 2001 From: Mosh Hamedani Date: Mon, 6 Mar 2023 13:34:22 -0800 Subject: [PATCH] Change the genre font to md --- src/components/GenreList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}