Skip to content

Commit

Permalink
feat: thinner underline in support section
Browse files Browse the repository at this point in the history
  • Loading branch information
phvm committed May 16, 2024
1 parent 634a32f commit 7910524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/support-section-card/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 7910524

Please sign in to comment.