Skip to content

Commit

Permalink
Remove excess letter spacing from title text.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanvugt committed Jul 27, 2021
1 parent 7953a3f commit 1822f9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/game.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ const BoardTitle = styled("div")(({ theme }) => ({
fontSize: "2.5rem",
fontWeight: "600",
textAlign: "center",
color: theme === themes.dark ? colors.lightText : colors.darkText,
letterSpacing: ".3rem"
color: theme === themes.dark ? colors.lightText : colors.darkText
}));

const HeaderWrapper = styled("div")`
Expand Down

0 comments on commit 1822f9d

Please sign in to comment.