Skip to content

Commit

Permalink
feat: dialog close button cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
gndz07 authored Apr 7, 2022
1 parent 452aeb8 commit 5c88fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const StyledCloseButton = styled(DialogPrimitive.Close, {
position: 'absolute',
top: '$2',
right: '$2',
cursor: 'pointer',
});

type DialogContentPrimitiveProps = React.ComponentProps<typeof DialogPrimitive.Content>;
Expand Down

0 comments on commit 5c88fa9

Please sign in to comment.