From 9ffbc1f726aa5d6e840f90f6eb7f12db1c7e7b46 Mon Sep 17 00:00:00 2001 From: danidfra Date: Tue, 1 Oct 2024 21:17:59 -0300 Subject: [PATCH] Improve spacing on mobile --- .../modals/onboarding-flow-modal/steps/avatar-step.tsx | 6 +++--- .../modals/onboarding-flow-modal/steps/bio-step.tsx | 8 ++++---- .../onboarding-flow-modal/steps/completed-step.tsx | 4 ++-- .../steps/cover-photo-selection-step.tsx | 10 +++++----- .../onboarding-flow-modal/steps/display-name-step.tsx | 8 ++++---- .../steps/suggested-accounts-step.tsx | 10 +++++----- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/features/ui/components/modals/onboarding-flow-modal/steps/avatar-step.tsx b/src/features/ui/components/modals/onboarding-flow-modal/steps/avatar-step.tsx index 105522b2b..c6f29e6f9 100644 --- a/src/features/ui/components/modals/onboarding-flow-modal/steps/avatar-step.tsx +++ b/src/features/ui/components/modals/onboarding-flow-modal/steps/avatar-step.tsx @@ -71,10 +71,10 @@ const AvatarSelectionModal: React.FC = ({ onClose, onNext }).catch(console.error); }; return ( - + -
- +
+ diff --git a/src/features/ui/components/modals/onboarding-flow-modal/steps/bio-step.tsx b/src/features/ui/components/modals/onboarding-flow-modal/steps/bio-step.tsx index f79c7e688..398e509a7 100644 --- a/src/features/ui/components/modals/onboarding-flow-modal/steps/bio-step.tsx +++ b/src/features/ui/components/modals/onboarding-flow-modal/steps/bio-step.tsx @@ -52,10 +52,10 @@ const BioStep: React.FC = ({ onClose, onNext }) => { return ( - + -
- +
+ @@ -66,7 +66,7 @@ const BioStep: React.FC = ({ onClose, onNext }) => {
-
+
} labelText={} diff --git a/src/features/ui/components/modals/onboarding-flow-modal/steps/completed-step.tsx b/src/features/ui/components/modals/onboarding-flow-modal/steps/completed-step.tsx index 98c26261d..d80c0e851 100644 --- a/src/features/ui/components/modals/onboarding-flow-modal/steps/completed-step.tsx +++ b/src/features/ui/components/modals/onboarding-flow-modal/steps/completed-step.tsx @@ -14,10 +14,10 @@ interface ICompletedModal { const CompletedModal: React.FC = ({ onClose, onComplete }) => { return ( - +
- + diff --git a/src/features/ui/components/modals/onboarding-flow-modal/steps/cover-photo-selection-step.tsx b/src/features/ui/components/modals/onboarding-flow-modal/steps/cover-photo-selection-step.tsx index 8b794d438..b064e9030 100644 --- a/src/features/ui/components/modals/onboarding-flow-modal/steps/cover-photo-selection-step.tsx +++ b/src/features/ui/components/modals/onboarding-flow-modal/steps/cover-photo-selection-step.tsx @@ -76,10 +76,10 @@ const CoverPhotoSelectionModal: React.FC = ({ onClose return ( - + -
- +
+ @@ -90,8 +90,8 @@ const CoverPhotoSelectionModal: React.FC = ({ onClose
- -
+ +
= ({ onClose, onNext }) => { return ( - + -
- +
+ @@ -78,7 +78,7 @@ const DisplayNameStep: React.FC = ({ onClose, onNext }) => {
-
+
} diff --git a/src/features/ui/components/modals/onboarding-flow-modal/steps/suggested-accounts-step.tsx b/src/features/ui/components/modals/onboarding-flow-modal/steps/suggested-accounts-step.tsx index 67aba9ed0..1e5f4ddef 100644 --- a/src/features/ui/components/modals/onboarding-flow-modal/steps/suggested-accounts-step.tsx +++ b/src/features/ui/components/modals/onboarding-flow-modal/steps/suggested-accounts-step.tsx @@ -74,10 +74,10 @@ const CoverPhotoSelectionModal: React.FC = ({ onClose return ( - + -
- +
+ @@ -88,8 +88,8 @@ const CoverPhotoSelectionModal: React.FC = ({ onClose
- -
+ +
{renderBody()}