feat: change the cursor of the new page btn to pointer

This commit is contained in:
tzhangchi
2022-12-23 18:27:28 +08:00
parent 4211351401
commit c6dbe23c60
@@ -100,6 +100,9 @@ export const StyledNewPageButton = styled(StyledListItem)(() => {
left: '0',
right: '0',
margin: 'auto',
':hover': {
cursor: 'pointer',
},
};
});