From b933fdd2e55d94ae83a8c0dff44f64a2c4e369f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Wed, 8 Feb 2023 11:24:45 -0300 Subject: [PATCH] [website] chore: update textStyles in DocsNav (#26635) chore: update textStyles in DocsNav --- src/theme/foundations/textStyles.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/theme/foundations/textStyles.ts b/src/theme/foundations/textStyles.ts index 407cd245a9..49a87036cc 100644 --- a/src/theme/foundations/textStyles.ts +++ b/src/theme/foundations/textStyles.ts @@ -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': {