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

This commit is contained in:
Paul Wackerow 2022-12-05 17:54:38 +01:00 committed by GitHub
parent 467d139bb0
commit 1da998a4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',