fix: ew-resize -> col-resize cursor

This commit is contained in:
Tom Moor 2021-07-04 11:54:29 -04:00
parent 49bf86d6d9
commit bb58db507d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const ResizeBorder = styled.div`
bottom: 0;
right: -6px;
width: 12px;
cursor: ew-resize;
cursor: col-resize;
`;
export default ResizeBorder;