Skip to content

Commit

Permalink
add fontFamily to input style
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 authored and macrigiuseppe committed Oct 8, 2020
1 parent 96c3761 commit 21d0947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ const input = css`
? props.theme.inputFontSizeSmall
: props.theme.inputFontSize};
font-weight: ${props => props.theme.inputFontWeight};
font-family: ${props => props.theme.fontFamily};
height: ${props =>
props.size === 'small'
? props.theme.inputBoxHeightSmall
Expand Down

0 comments on commit 21d0947

Please sign in to comment.