Skip to content

Commit 0218651

Browse files
chore: prerequisite a tag fix
Signed-off-by: rishabhsharma1997 <[email protected]>
1 parent 0db410e commit 0218651

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/custom/SetupPrerequisite/style.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ const Card = styled('a')(({ theme }) => ({
3333
boxShadow: 'rgb(0, 211, 169) 0px 0px 7px'
3434
},
3535
'& a': {
36-
color: theme.palette.background.brand?.default,
37-
margin: '0 !important'
36+
margin: '0 !important',
37+
'&:hover': {
38+
color: theme.palette.background.brand?.default
39+
}
3840
}
3941
}));
4042

0 commit comments

Comments
 (0)