mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
feat: change the cursor of the new page btn to pointer
This commit is contained in:
@@ -100,6 +100,9 @@ export const StyledNewPageButton = styled(StyledListItem)(() => {
|
||||
left: '0',
|
||||
right: '0',
|
||||
margin: 'auto',
|
||||
':hover': {
|
||||
cursor: 'pointer',
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user