Skip to content

Commit

Permalink
fix: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 26, 2024
1 parent 83d4930 commit 26230d3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/designer/src/setters/expression-setter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ import {
getValue,
IVariableTreeNode,
} from '@music163/tango-helpers';
import { CloseCircleFilled, ExpandAltOutlined, InfoOutlined, KeyOutlined } from '@ant-design/icons';
import {
CloseCircleFilled,
ExpandAltOutlined,
InfoOutlined,
KeyOutlined,
MenuOutlined,
} from '@ant-design/icons';
import { Panel, InputCode, Action, CodeOutlined } from '@music163/tango-ui';
import { FormItemComponentProps } from '@music163/tango-setting-form';
import { useWorkspace, useWorkspaceData } from '@music163/tango-context';
Expand Down Expand Up @@ -152,7 +158,7 @@ export function ExpressionSetter(props: ExpressionSetterProps) {
})),
}}
>
<Action tooltip="使用预设代码片段" icon={<InfoOutlined />} size="small" />
<Action tooltip="使用预设代码片段" icon={<MenuOutlined />} size="small" />
</Dropdown>
)}
<Action
Expand Down

0 comments on commit 26230d3

Please sign in to comment.