fix: modify icons (#1184)

This commit is contained in:
Qi
2023-02-23 19:37:09 +08:00
committed by GitHub
parent 8ee5d422cb
commit d84b47f226
6 changed files with 11 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
import { ArrowRightIcon } from '@blocksuite/icons';
import { ArrowRightSmallIcon } from '@blocksuite/icons';
import { displayFlex, styled } from '../../styles';
import StyledPopperContainer from '../shared/Container';
@@ -14,7 +14,7 @@ export const StyledMenuWrapper = styled(StyledPopperContainer)(({ theme }) => {
};
});
export const StyledArrow = styled(ArrowRightIcon)({
export const StyledArrow = styled(ArrowRightSmallIcon)({
position: 'absolute',
right: 0,
top: 0,