From 539d9647084c12d222bf88fcafaa5778bc022895 Mon Sep 17 00:00:00 2001 From: duogenesis <136373989+duogenesis@users.noreply.github.com> Date: Sat, 11 Nov 2023 03:24:30 +1100 Subject: [PATCH] Make 'Share' notice less cramped --- components/traits-tab.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/components/traits-tab.tsx b/components/traits-tab.tsx index 1c00ebec..997cdf63 100644 --- a/components/traits-tab.tsx +++ b/components/traits-tab.tsx @@ -40,8 +40,6 @@ const ShareNotice = ({personId}) => { return ( { onPress={onPressNotice} > - {isCopied ? 'Copied!' : 'Share:'} + {isCopied ? 'Copied!' : 'Share'} - + + - + + ); }