fix: Cursor pointer on Settings cards (#7291)

> [!Note]
> This PR solves the issue #7289
This commit is contained in:
Harshit Singh
2024-09-27 17:03:33 +05:30
committed by GitHub
parent 2f41e1405f
commit c6d763ede9

View File

@ -27,6 +27,7 @@ const StyledCard = styled(Card)<{
width: 100%;
& :hover {
background-color: ${({ theme }) => theme.background.quaternary};
cursor: pointer;
}
`;