Skip to content

Commit

Permalink
Change icon for create items in report view.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Aug 9, 2023
1 parent 9763f50 commit 1c8aab7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
return 'icon-check color-green';
case 'Information':
return 'icon-info color-blue';
case 'Create':
return 'icon-light-up color-green';
default:
return 'icon-flag color-red';
}
Expand Down

0 comments on commit 1c8aab7

Please sign in to comment.