Skip to content

Commit

Permalink
fix(alert): se agrega css forzado para links a (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Montoya <[email protected]>
  • Loading branch information
Eriold and Daniel Montoya authored Mar 5, 2024
1 parent 62eaa16 commit 9c92021
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/organisms/Alerts/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ export function Alert({
'.linkButton': {
fontSize: '16px',
},
a: {
fontWeight: '500',
color: vars('colors-main-deepSkyBlue'),
textDecoration: 'underline',
},
'a:hover': {
color: vars('colors-neutral-darkCharcoal'),
},
}}
>
<Box
Expand Down

0 comments on commit 9c92021

Please sign in to comment.