Skip to content

Commit

Permalink
[Cases] Show red color when overing the delete button in the cases ta…
Browse files Browse the repository at this point in the history
  • Loading branch information
academo authored Mar 29, 2022
1 parent 5efb4b1 commit 5fda6d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const getActions = ({
{
description: i18n.DELETE_CASE(),
icon: 'trash',
color: 'danger',
name: i18n.DELETE_CASE(),
onClick: deleteCaseOnClick,
type: 'icon',
Expand Down

0 comments on commit 5fda6d5

Please sign in to comment.