feat: modify icon name with new version

This commit is contained in:
QiShaoXuan
2022-12-13 16:36:34 +08:00
parent 031c8e3b0f
commit bf9747d57d
13 changed files with 40 additions and 69 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { displayFlex, styled } from '@/styles';
import StyledPopperContainer from '../shared/Container';
import { MiddleArrowRightIcon } from '@blocksuite/icons';
import { ArrowRightIcon } from '@blocksuite/icons';
export const StyledMenuWrapper = styled(StyledPopperContainer)(({ theme }) => {
return {
@@ -13,7 +13,7 @@ export const StyledMenuWrapper = styled(StyledPopperContainer)(({ theme }) => {
};
});
export const StyledArrow = styled(MiddleArrowRightIcon)(({ theme }) => {
export const StyledArrow = styled(ArrowRightIcon)(({ theme }) => {
return {
position: 'absolute',
right: 0,