mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix: modify icons (#1184)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"@blocksuite/blocks": "0.4.1-20230220214107-0a354de",
|
||||
"@blocksuite/editor": "0.4.1-20230220214107-0a354de",
|
||||
"@blocksuite/global": "0.4.1-20230220214107-0a354de",
|
||||
"@blocksuite/icons": "2.0.12",
|
||||
"@blocksuite/icons": "2.0.17",
|
||||
"@blocksuite/react": "0.4.1-20230220214107-0a354de",
|
||||
"@blocksuite/store": "0.4.1-20230220214107-0a354de",
|
||||
"@emotion/react": "^11.10.6",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user