Skip to content

Commit

Permalink
fix: use destructive style for delete menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Dec 16, 2024
1 parent 20affe3 commit 209542b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sectionList/listActions/DeleteAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function DeleteAction({
<>
<MenuItem
dense
destructive
disabled={disabled}
label={i18n.t('Delete')}
icon={<IconDelete16 />}
Expand Down

0 comments on commit 209542b

Please sign in to comment.