Skip to content

Commit

Permalink
Make RoleCardShort have cursor when hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Sep 19, 2024
1 parent b8273ad commit 8373751
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/pages/Roles/RoleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,10 @@ export function RoleCardShort({
handleRoleClick: () => void;
}) {
return (
<Card onClick={handleRoleClick}>
<Card
cursor={'pointer'}
onClick={handleRoleClick}
>
<Flex justifyContent="space-between">
<Text
textStyle="display-lg"
Expand Down

0 comments on commit 8373751

Please sign in to comment.