[website] chore: update textStyles in DocsNav (#26635)
chore: update textStyles in DocsNav
This commit is contained in:
parent
19bc8bcdb2
commit
b933fdd2e5
|
@ -135,17 +135,17 @@ export const textStyles = {
|
||||||
},
|
},
|
||||||
'docs-nav-dropdown': {
|
'docs-nav-dropdown': {
|
||||||
fontFamily: 'heading',
|
fontFamily: 'heading',
|
||||||
fontWeight: 400,
|
fontWeight: 700,
|
||||||
fontSize: '18px',
|
fontSize: '0.875rem',
|
||||||
lineHeight: 6,
|
lineHeight: '18.48px',
|
||||||
letterSpacing: '4%',
|
letterSpacing: '4%',
|
||||||
textAlign: 'left'
|
textAlign: 'left'
|
||||||
},
|
},
|
||||||
'docs-nav-links': {
|
'docs-nav-links': {
|
||||||
fontFamily: 'heading',
|
fontFamily: 'heading',
|
||||||
weight: 400,
|
weight: 400,
|
||||||
fontSize: 'md',
|
fontSize: '0.875rem',
|
||||||
lineHeight: 8,
|
lineHeight: 6,
|
||||||
letterSpacing: '0.01em'
|
letterSpacing: '0.01em'
|
||||||
},
|
},
|
||||||
'header-button': {
|
'header-button': {
|
||||||
|
|
Loading…
Reference in New Issue