style tweaks

This commit is contained in:
Hailey
2024-06-05 10:33:13 -07:00
parent cfe5338b7e
commit db7890079b
2 changed files with 80 additions and 68 deletions
@@ -12,7 +12,7 @@ export function WizardListEmpty({type}: {type: 'profiles' | 'feeds'}) {
return (
<View
style={[a.flex_1, a.px_md, a.align_center, a.gap_md, {marginTop: 80}]}>
style={[a.flex_1, a.px_md, a.align_center, a.gap_md, {marginTop: 100}]}>
{type === 'profiles' ? (
<UserCircle
width={100}
@@ -26,15 +26,12 @@ export function WizardListEmpty({type}: {type: 'profiles' | 'feeds'}) {
style={t.atoms.text_contrast_medium}
/>
)}
<Text
style={[
a.font_bold,
a.text_xl,
a.text_center,
t.atoms.text_contrast_medium,
]}>
<Text style={[a.text_md, a.text_center, t.atoms.text_contrast_medium]}>
{type === 'profiles' ? (
<Trans>Recommend people to follow!</Trans>
<Trans>
Add people to your starter pack that you think others will enjoy
following
</Trans>
) : (
<Trans>Add some cool feeds!</Trans>
)}