Skip to content

Commit

Permalink
chore: pointer cursor for add strategy menu
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleek committed Dec 17, 2024
1 parent 37b55ef commit 1a36b88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const StyledName = styled(StringTruncator)(({ theme }) => ({

const StyledCard = styled('div')(({ theme }) => ({
display: 'grid',
cursor: 'pointer',
gridTemplateColumns: '3rem 1fr',
width: '20rem',
padding: theme.spacing(2),
Expand Down

0 comments on commit 1a36b88

Please sign in to comment.