fix(ui): small bug where on small web views the final card was not full height

This commit is contained in:
Caidan Williams
2025-07-30 21:40:32 -07:00
parent 8b344ca9fd
commit 79f365b21c
+1
View File
@@ -433,6 +433,7 @@ function SeeMoreSuggestedProfilesCard() {
return ( return (
<Button <Button
label={_(msg`Browse more accounts on the Explore page`)} label={_(msg`Browse more accounts on the Explore page`)}
style={[a.flex_col]}
onPress={() => { onPress={() => {
navigation.navigate('SearchTab') navigation.navigate('SearchTab')
}}> }}>