From 791052456be77c84692d1bc6a5b578e84a0cce3d Mon Sep 17 00:00:00 2001 From: phvm Date: Thu, 16 May 2024 15:02:50 -0300 Subject: [PATCH] feat: thinner underline in support section --- src/components/support-section-card/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/support-section-card/styles.ts b/src/components/support-section-card/styles.ts index 682e6da4..4457b0a7 100644 --- a/src/components/support-section-card/styles.ts +++ b/src/components/support-section-card/styles.ts @@ -97,7 +97,7 @@ const learnMoreText: SxStyleProp = { lineHeight: '22px', fontWeight: '400', color: '#e31c58', - textDecoration: 'underline solid 1.5px', + textDecoration: 'underline solid 1px', } const accessPortal: SxStyleProp = {