Skip to content

Commit 3177b13

Browse files
fix: hyperlink styling in prereq card
Signed-off-by: rishabhsharma1997 <rishabhsharma19997@gmail.com>
1 parent 43a25cc commit 3177b13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/custom/SetupPrerequisite/style.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const Card = styled('a')(({ theme }) => ({
3131
borderRadius: '10px',
3232
'&:hover': {
3333
boxShadow: 'rgb(0, 211, 169) 0px 0px 7px'
34+
},
35+
'& a': {
36+
color: theme.palette.background.brand?.default,
37+
margin: '0 !important'
3438
}
3539
}));
3640

0 commit comments

Comments
 (0)