Skip to content

Commit

Permalink
feat(wallet): change delete account action to destructive color (#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda authored Nov 27, 2024
1 parent de4df8e commit 7f082f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function RemoveDialog({ isOpen, setOpen, accountID }: RemoveDialogProps)
/>
<Button
fullWidth
type={ButtonType.Primary}
type={ButtonType.Destructive}
text="Remove"
onClick={handleRemove}
/>
Expand Down

0 comments on commit 7f082f2

Please sign in to comment.