mirror of
https://github.com/mosh-hamedani/game-hub.git
synced 2026-05-21 12:14:32 +02:00
Change the genre font to md
This commit is contained in:
parent
ab8783e4d7
commit
a2028cfbe7
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue