changed hover background styles

This commit is contained in:
Nitin Koche
2024-09-25 12:42:28 +05:30
parent cf7daee272
commit 427cadaaf7

View File

@@ -30,7 +30,7 @@ const StyledCard = styled(Card)<{
disabled ? 'not-allowed' : onClick ? 'pointer' : 'default'};
width: 100%;
& :hover {
background-color: ${({ theme }) => theme.background.quaternary};
background-color: ${({ theme }) => theme.background.tertiary};
}
`;