Skip to content

Commit

Permalink
fix: Change cancelled status label icon and color
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed May 6, 2024
1 parent a723c6a commit d5bf4e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/images/common/block.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/features/swap/components/StatusLabel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ const statusMap: Record<OrderStatuses, StatusProps> = {
},
cancelled: {
label: 'Cancelled',
color: 'error.dark',
color: 'error.main',
backgroundColor: 'error.background',
iconColor: 'error.dark',
iconColor: 'error.main',
icon: BlockIcon,
},
expired: {
Expand Down

0 comments on commit d5bf4e1

Please sign in to comment.