Skip to content

Commit

Permalink
[#68] Suggested words needed to be bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-kopecky committed Nov 25, 2021
1 parent dd0c15d commit e771c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SuggestedWords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const SuggestedWords: React.FC = () => {
return (
<Container>
<Wrapper>
<Typography variant="h6" sx={{ mr: 3 }} color="textSecondary">
<Typography variant="h5" sx={{ mr: 3 }} color="textSecondary">
Navrhovaná slova:
</Typography>

Expand All @@ -31,7 +31,7 @@ const SuggestedWords: React.FC = () => {
to={`/search?label=${word}`}
sx={{ mr: 3 }}
color="textSecondary"
variant="h6"
variant="h5"
>
{word}
</RouteLink>
Expand Down

0 comments on commit e771c2d

Please sign in to comment.