Skip to content

Commit

Permalink
small UX tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerKaiser committed Dec 11, 2023
1 parent ab7f6fb commit ab63242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ProjectsSelectItem: React.FC<ProjectsSelectItemProps> = ({
);

return (
<Flex px={rowPadding}>
<Flex px={rowPadding} cursor="pointer">
<Checkbox
size={checkboxSize}
isChecked={isSelected}
Expand Down

0 comments on commit ab63242

Please sign in to comment.