Increase suggested follows in the new user progress guide modal (#8162)

* Increase number of accounts suggested in the follow dialog progress guide

* Increase the bottom pad on the dialog flatlist component

* Format

---------

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Paul Frazee
2025-04-08 16:16:13 -07:00
committed by GitHub
parent c8568e3004
commit a59fb91a99
3 changed files with 23 additions and 17 deletions
@@ -132,6 +132,7 @@ function DialogInner({guide}: {guide: Follow10ProgressGuide}) {
error: suggestionsError,
} = useGetSuggestedUsersQuery({
category: selectedInterest,
limit: 50,
})
const {
data: searchResults,