mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
feat: change the cursor of the current workspace to pointer
This commit is contained in:
@@ -8,6 +8,9 @@ export const SelectorWrapper = styled('div')({
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
':hover': {
|
||||
cursor: 'pointer',
|
||||
},
|
||||
});
|
||||
|
||||
export const Avatar = styled(MuiAvatar)({
|
||||
|
||||
Reference in New Issue
Block a user