Skip to content

Commit

Permalink
Merge pull request #1994 from oasisprotocol/lw/failed-tx
Browse files Browse the repository at this point in the history
Style failed transactions more noticeably
  • Loading branch information
lukaw3d authored Jul 8, 2024
2 parents 9fd46e0 + 9bef771 commit b7ecb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/1994.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Style failed transactions more noticeably
1 change: 1 addition & 0 deletions src/app/components/Transaction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ export function Transaction(props: TransactionProps) {
round="xsmall"
elevation="none"
background="background-front"
border={transaction.status === TransactionStatus.Failed && { color: 'status-error' }}
>
<CardHeader
margin={{ bottom: 'small' }}
Expand Down

0 comments on commit b7ecb22

Please sign in to comment.