Optimization icon

This commit is contained in:
MrKBear 2022-03-25 17:23:10 +08:00
parent 43ab6cb03f
commit ffdb796e8f
2 changed files with 3 additions and 3 deletions

View File

@ -52,13 +52,13 @@ class CommandBar extends Component<ICommandBarProps & IMixinSettingProps & IMixi
} }
})} })}
{this.getRenderButton({ {this.getRenderButton({
iconName: "CubeShape", iconName: "ProductVariant",
i18NKey: "Command.Bar.Add.Range.Info", i18NKey: "Command.Bar.Add.Range.Info",
click: () => { click: () => {
this.props.status ? this.props.status.newRange() : undefined; this.props.status ? this.props.status.newRange() : undefined;
} }
})} })}
{this.getRenderButton({ iconName: "StepSharedAdd", i18NKey: "Command.Bar.Add.Behavior.Info" })} {this.getRenderButton({ iconName: "Running", i18NKey: "Command.Bar.Add.Behavior.Info" })}
{this.getRenderButton({ {this.getRenderButton({
iconName: "Tag", iconName: "Tag",
i18NKey: "Command.Bar.Add.Tag.Info", i18NKey: "Command.Bar.Add.Tag.Info",

View File

@ -52,7 +52,7 @@ class ObjectCommand extends Component<IMixinStatusProps> {
this.props.status ? this.props.status.newRange() : undefined; this.props.status ? this.props.status.newRange() : undefined;
}} }}
> >
<Icon iconName="CubeShape"></Icon> <Icon iconName="ProductVariant"></Icon>
</div> </div>
<div <div
className="command-item red" className="command-item red"