From c2d51d179fabfa47a032617f52f0fee75ab1e91b Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Fri, 5 May 2023 13:20:46 +0200 Subject: [PATCH] Tweak styles for n messages in TransactionInfo --- .../dataViews/TransactionInfo/index.tsx | 55 ++++++++++--------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/components/dataViews/TransactionInfo/index.tsx b/components/dataViews/TransactionInfo/index.tsx index 1537739..593550b 100644 --- a/components/dataViews/TransactionInfo/index.tsx +++ b/components/dataViews/TransactionInfo/index.tsx @@ -23,43 +23,46 @@ const TransactionInfo = ({ tx }: Props) => { const { state } = useAppContext(); return ( - + <> - + ); };