From 9bef7712b6b30fcc1f3cee45aec437a1f3cdf27a Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Wed, 26 Jun 2024 04:36:44 +0200 Subject: [PATCH] Style failed transactions more noticeably --- .changelog/1994.trivial.md | 1 + src/app/components/Transaction/index.tsx | 1 + 2 files changed, 2 insertions(+) create mode 100644 .changelog/1994.trivial.md diff --git a/.changelog/1994.trivial.md b/.changelog/1994.trivial.md new file mode 100644 index 0000000000..3ec91416c4 --- /dev/null +++ b/.changelog/1994.trivial.md @@ -0,0 +1 @@ +Style failed transactions more noticeably diff --git a/src/app/components/Transaction/index.tsx b/src/app/components/Transaction/index.tsx index 5bf0856cf1..51951dc6e2 100644 --- a/src/app/components/Transaction/index.tsx +++ b/src/app/components/Transaction/index.tsx @@ -411,6 +411,7 @@ export function Transaction(props: TransactionProps) { round="xsmall" elevation="none" background="background-front" + border={transaction.status === TransactionStatus.Failed && { color: 'status-error' }} >