Skip to content

Commit

Permalink
make delete icon not red
Browse files Browse the repository at this point in the history
  • Loading branch information
redstonekasi committed Dec 6, 2023
1 parent 3c7289f commit 601cec7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/core-extensions/src/moonbase/ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ export default (require: typeof WebpackRequire) => {
>
{ext.source.type === ExtensionLoadSource.Normal && (
<PanelButton
icon={() => (
<TrashIcon
color={CommonComponents.tokens.colors.STATUS_DANGER}
/>
)}
icon={TrashIcon}
tooltipText="Delete"
onClick={() => {
MoonbaseSettingsStore.deleteExtension(id);
Expand Down

0 comments on commit 601cec7

Please sign in to comment.