diff --git a/src/components/StarterPack/Wizard/WizardListCard.tsx b/src/components/StarterPack/Wizard/WizardListCard.tsx
index da217ecbf6..f1332011d9 100644
--- a/src/components/StarterPack/Wizard/WizardListCard.tsx
+++ b/src/components/StarterPack/Wizard/WizardListCard.tsx
@@ -1,5 +1,5 @@
import React from 'react'
-import {Keyboard, Pressable, View} from 'react-native'
+import {Keyboard, View} from 'react-native'
import {
AppBskyActorDefs,
AppBskyFeedDefs,
@@ -15,7 +15,6 @@ import {useLingui} from '@lingui/react'
import {DISCOVER_FEED_URI} from 'lib/constants'
import {sanitizeDisplayName} from 'lib/strings/display-names'
import {sanitizeHandle} from 'lib/strings/handles'
-import {isWeb} from 'platform/detection'
import {useSession} from 'state/session'
import {UserAvatar} from 'view/com/util/UserAvatar'
import {WizardAction, WizardState} from '#/screens/StarterPack/Wizard/State'
@@ -49,57 +48,45 @@ function WizardListCard({
const {_} = useLingui()
return (
-
+ ]}>
-
-
+
+
{displayName}
{subtitle}
-
-
-
-
-
-
+
+
)
}
diff --git a/src/screens/StarterPack/Wizard/StepProfiles.tsx b/src/screens/StarterPack/Wizard/StepProfiles.tsx
index b24c01e523..4c86ef5f9b 100644
--- a/src/screens/StarterPack/Wizard/StepProfiles.tsx
+++ b/src/screens/StarterPack/Wizard/StepProfiles.tsx
@@ -63,7 +63,6 @@ export function StepProfiles({
data={query ? results : topFollowers}
renderItem={renderItem}
keyExtractor={keyExtractor}
- contentContainerStyle={{paddingTop: 6}}
renderScrollComponent={props => }
keyboardShouldPersistTaps="handled"
containWeb={true}