From ae58f7fd6667a85465ea763adfa1571e85068395 Mon Sep 17 00:00:00 2001 From: Patrick O'Sullivan Date: Fri, 17 Jan 2025 15:01:12 -0600 Subject: [PATCH] web: fix profile sheet height, avatar issue --- packages/ui/src/components/ProfileRow.tsx | 8 +------- packages/ui/src/components/ProfileSheet.tsx | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/ui/src/components/ProfileRow.tsx b/packages/ui/src/components/ProfileRow.tsx index d163fc2f0d..2682118ffb 100644 --- a/packages/ui/src/components/ProfileRow.tsx +++ b/packages/ui/src/components/ProfileRow.tsx @@ -24,13 +24,7 @@ export default function ProfileRow({ backgroundColor={dark ? '$secondaryBackground' : undefined} borderRadius={dark ? '$xl' : undefined} > - + {contact?.nickname ? ( <> diff --git a/packages/ui/src/components/ProfileSheet.tsx b/packages/ui/src/components/ProfileSheet.tsx index a6e7348845..6d07e8ef2a 100644 --- a/packages/ui/src/components/ProfileSheet.tsx +++ b/packages/ui/src/components/ProfileSheet.tsx @@ -115,7 +115,7 @@ export function ProfileSheet({ - +