Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(theme): accent fontFamily
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 10, 2019
1 parent e317a27 commit f7570ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NewsletterWidget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export class Newsletter extends Component {
<label>
<div
sx={{
fontFamily: fontFamilies.accent,
fontFamily: `accent`,
fontSize: `1.5rem`,
}}
>
Expand Down

0 comments on commit f7570ff

Please sign in to comment.