Skip to content

Commit 9c92021

Browse files
ErioldDaniel Montoya
andauthored
fix(alert): se agrega css forzado para links a (#628)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 62eaa16 commit 9c92021

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/organisms/Alerts/Alert.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ export function Alert({
7373
'.linkButton': {
7474
fontSize: '16px',
7575
},
76+
a: {
77+
fontWeight: '500',
78+
color: vars('colors-main-deepSkyBlue'),
79+
textDecoration: 'underline',
80+
},
81+
'a:hover': {
82+
color: vars('colors-neutral-darkCharcoal'),
83+
},
7684
}}
7785
>
7886
<Box

0 commit comments

Comments
 (0)