feat: update @blocksuite/icons (#1510)

This commit is contained in:
Qi
2023-03-10 17:11:40 +08:00
committed by GitHub
parent a20368c491
commit bd98746557
8 changed files with 20 additions and 18 deletions
@@ -67,5 +67,8 @@ export const StyledTriggerWrapper = styled('div')(({ theme }) => {
fontSize: '24px',
...displayFlex('center', 'center'),
...positionAbsolute({ left: '4px', bottom: '4px' }),
':hover': {
color: theme.colors.primaryColor,
},
};
});