From 82096b765268b63a8229c192a3685db384c3c675 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 7 Jun 2024 12:10:54 -0700 Subject: [PATCH] adjust web font size --- src/screens/StarterPack/Wizard/index.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index f75a83afcc..b5e41fc82e 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -311,6 +311,8 @@ function Footer({ const items = state.currentStep === 'Profiles' ? state.profiles : state.feeds + const textStyles = [isWeb && a.text_md] + return ( - + {state.currentStep === 'Profiles' ? ( You haven't added anyone to your starter pack yet! ) : ( You haven't added any suggested feeds yet! )} - + {state.currentStep === 'Profiles' ? ( Search for people that you want to suggest to others, or skip @@ -370,7 +372,7 @@ function Footer({ ) : ( - + {items.length === 1 ? ( {getName(items[0])} is included