Skip to content

Commit

Permalink
fix: Cursor pointer on Settings cards (twentyhq#7291)
Browse files Browse the repository at this point in the history
> [!Note]
> This PR solves the issue twentyhq#7289
  • Loading branch information
harshit078 committed Oct 14, 2024
1 parent a584799 commit 6306cce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const StyledCard = styled(Card)<{
width: 100%;
& :hover {
background-color: ${({ theme }) => theme.background.quaternary};
cursor: pointer;
}
`;

Expand Down

0 comments on commit 6306cce

Please sign in to comment.