[website] chore: update textStyles in DocsNav (#26635)

chore: update textStyles in DocsNav
This commit is contained in:
Nicolás Quiroz 2023-02-08 11:24:45 -03:00 committed by GitHub
parent 19bc8bcdb2
commit b933fdd2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -135,17 +135,17 @@ export const textStyles = {
},
'docs-nav-dropdown': {
fontFamily: 'heading',
fontWeight: 400,
fontSize: '18px',
lineHeight: 6,
fontWeight: 700,
fontSize: '0.875rem',
lineHeight: '18.48px',
letterSpacing: '4%',
textAlign: 'left'
},
'docs-nav-links': {
fontFamily: 'heading',
weight: 400,
fontSize: 'md',
lineHeight: 8,
fontSize: '0.875rem',
lineHeight: 6,
letterSpacing: '0.01em'
},
'header-button': {