feat: change the cursor of the current workspace to pointer

This commit is contained in:
tzhangchi
2022-12-23 18:32:56 +08:00
parent 83e45f5bfa
commit 405c44fa42
@@ -8,6 +8,9 @@ export const SelectorWrapper = styled('div')({
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
':hover': {
cursor: 'pointer',
},
});
export const Avatar = styled(MuiAvatar)({