From 47ad7e9c630367f0faeacbf84fb225a3cc8b7231 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:28:36 -0300 Subject: [PATCH] fix: names labels not center justified --- .../Transaction/components/TxRecipientCard/TxRecipientCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/app/src/systems/Transaction/components/TxRecipientCard/TxRecipientCard.tsx b/packages/app/src/systems/Transaction/components/TxRecipientCard/TxRecipientCard.tsx index 363e05604a..2303a40990 100644 --- a/packages/app/src/systems/Transaction/components/TxRecipientCard/TxRecipientCard.tsx +++ b/packages/app/src/systems/Transaction/components/TxRecipientCard/TxRecipientCard.tsx @@ -134,6 +134,7 @@ const styles = { }), name: cssObj({ margin: '0px 0px -5px', + textAlign: 'center', }), };