From 17b19044174c3ceb04c241ad14a1bac7c9b0260f Mon Sep 17 00:00:00 2001 From: NasgulNexus Date: Thu, 27 Feb 2025 16:35:12 +0100 Subject: [PATCH] fix: fix comment subheader 3 --- src/components/Text/text/text.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Text/text/text.ts b/src/components/Text/text/text.ts index ae2fcb560a..6b1ee4310f 100644 --- a/src/components/Text/text/text.ts +++ b/src/components/Text/text/text.ts @@ -47,7 +47,7 @@ export interface TextBaseProps { * - subheader (font-family: var(--g-text-subheader-font-family); font-weight: 600): * - 1: font-size: 13px; line-height: 18px; * - 2: font-size: 15px; line-height: 20px; - * - 2: font-size: 17px; line-height: 24px; + * - 3: font-size: 17px; line-height: 24px; * - display (font-family: var(--g-text-display-font-family); font-weight: 600): * - 1: font-size: 28px; line-height: 36px; * - 2: font-size: 32px; line-height: 40px;