From 379b73381580523e4348f4939b63ec2653f628d4 Mon Sep 17 00:00:00 2001 From: HeesungB Date: Fri, 2 Aug 2024 16:55:04 +0900 Subject: [PATCH] Fix wallet select screen paragraph design --- .../mobile/src/screen/wallet/select/index.tsx | 65 +++++++++++-------- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/apps/mobile/src/screen/wallet/select/index.tsx b/apps/mobile/src/screen/wallet/select/index.tsx index a75f9f883a..aa6304bd6a 100644 --- a/apps/mobile/src/screen/wallet/select/index.tsx +++ b/apps/mobile/src/screen/wallet/select/index.tsx @@ -768,35 +768,44 @@ const KeyringItem: FunctionComponent<{ - - {keyInfo.name} - - {icnsPrimaryName ? ( - - - - - ) : null} + + + + {keyInfo.name} + + + {icnsPrimaryName ? ( + + + + + ) : null} + + + {paragraph ? ( + + + + + {paragraph} + + + ) : null} + - {paragraph ? ( - - - {paragraph} - - - ) : null}