Skip to content

Commit

Permalink
feat(outliner): show grab cursor for DragHandle
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonman225 authored and thesophiaxu committed Apr 13, 2022
1 parent 728f918 commit fe74ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const DragHandleContainer = styled('div')({
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
cursor: 'pointer',
cursor: 'grab',
borderRadius: '0.25rem',
transition: 'background 30ms ease-in',
'&:hover': {
Expand Down

0 comments on commit fe74ebe

Please sign in to comment.