Skip to content

Commit

Permalink
feat(neuron-ui): set the default font style to use system fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Sep 9, 2019
1 parent 93fc2ab commit 70f4680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neuron-ui/src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import {
import { registerIcons } from 'utils/icons'

loadTheme({
defaultFontStyle: { fontFamily: 'inherit' },
fonts: {
tiny: { fontSize: '11px' },
xSmall: { fontSize: '12px', lineHeight: '12px' },
Expand Down

0 comments on commit 70f4680

Please sign in to comment.