Skip to content

Commit a1818f6

Browse files
committed
change icon to menu
1 parent c6ace9a commit a1818f6

File tree

1 file changed

+2
-2
lines changed
  • src/renderer/extensions/rule-editor/components/card

1 file changed

+2
-2
lines changed

src/renderer/extensions/rule-editor/components/card/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Icon as LegacyIcon } from '@ant-design/compatible';
33
import { Popover, Select, Button, Dropdown, Menu } from 'antd';
44
import { useTranslation } from 'react-i18next';
55
import { findDOMNode } from 'react-dom';
6-
import { PlusCircleOutlined } from '@ant-design/icons';
6+
import { MenuOutlined } from '@ant-design/icons';
77

88
interface Props {
99
onFinish: (val: Option) => void;
@@ -146,7 +146,7 @@ export const Card = (props: Props) => {
146146
}}
147147
size="small"
148148
shape="circle"
149-
icon={<PlusCircleOutlined />}>
149+
icon={<MenuOutlined />}>
150150
</Button>
151151
</Dropdown>
152152

0 commit comments

Comments
 (0)