xs font size for os label on mobile [Fixes #94] (#123)

pull/26459/head^2
Paul Wackerow 2 years ago committed by GitHub
parent 467d139bb0
commit 1da998a4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/theme/foundations/textStyles.ts

@ -137,7 +137,7 @@ export const textStyles = {
fontWeight: 700,
textTransform: 'uppercase',
textAlign: 'center',
fontSize: 'sm'
fontSize: { base: 'xs', sm: 'sm' }
},
'docs-nav-dropdown': {
fontFamily: 'heading',

Loading…
Cancel
Save