Skip to content

Commit

Permalink
update base styling
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed Dec 6, 2017
1 parent 97dcfe7 commit 4d8070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/styles/Base.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Base = styled("div")`
font-size: ${props => props.theme.fontSize};
color: ${props => props.theme.textColor};
input {
input, button, textarea, select {
font-family: ${props => props.theme.fontFamily};
}
Expand Down

0 comments on commit 4d8070f

Please sign in to comment.