Skip to content

Commit

Permalink
fix: failed transaction icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Jan 10, 2025
1 parent e245562 commit 46b9e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/icons/FailedTransaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const FailedTransactionIcon = (props: SvgProps) => {
pathStroke: "#EF4444",
},
dark: {
rectFill: "#450A0A",
pathStroke: "#4C0519",
rectFill: "#4C0519",
pathStroke: "#F43F5E",
},
};

Expand Down

0 comments on commit 46b9e13

Please sign in to comment.