fix: Cursor pointer on Settings cards (#7291)
> [!Note] > This PR solves the issue #7289
This commit is contained in:
@ -27,6 +27,7 @@ const StyledCard = styled(Card)<{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
& :hover {
|
& :hover {
|
||||||
background-color: ${({ theme }) => theme.background.quaternary};
|
background-color: ${({ theme }) => theme.background.quaternary};
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user