diff options
author | Eric Bailey <git@esb.lol> | 2025-04-04 18:55:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 16:55:30 -0700 |
commit | 0b08128e4a984e302c4675bf6b262272744e69f1 (patch) | |
tree | aec6422c52f356ea0322aacd8fb400f68c8ccb66 /src/screens/Search/modules/ExploreSuggestedAccounts.tsx | |
parent | aca89d4aea61a50697187464e88ac1b9a4ef40bd (diff) | |
download | voidsky-0b08128e4a984e302c4675bf6b262272744e69f1.tar.zst |
[Explore] Design tweaks (#8131)
* Fix interests card spacing * Space out AvatarStack * SP icon size * Visual alignment of tab bar and headers * Tweak spacing around search input * Drop text size in sp card overflow count * Tweak
Diffstat (limited to 'src/screens/Search/modules/ExploreSuggestedAccounts.tsx')
-rw-r--r-- | src/screens/Search/modules/ExploreSuggestedAccounts.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/screens/Search/modules/ExploreSuggestedAccounts.tsx b/src/screens/Search/modules/ExploreSuggestedAccounts.tsx index 71210823e..6d36ef1a7 100644 --- a/src/screens/Search/modules/ExploreSuggestedAccounts.tsx +++ b/src/screens/Search/modules/ExploreSuggestedAccounts.tsx @@ -87,6 +87,12 @@ export function SuggestedAccountsTabBar({ ...interestsDisplayNames, }} TabComponent={Tab} + contentContainerStyle={[ + { + // visual alignment + paddingLeft: a.px_md.paddingLeft, + }, + ]} /> </BlockDrawerGesture> ) |