diff options
Diffstat (limited to 'src/screens/Search/modules/ExploreTrendingTopics.tsx')
-rw-r--r-- | src/screens/Search/modules/ExploreTrendingTopics.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/screens/Search/modules/ExploreTrendingTopics.tsx b/src/screens/Search/modules/ExploreTrendingTopics.tsx index 167f6d193..1d3bc2d86 100644 --- a/src/screens/Search/modules/ExploreTrendingTopics.tsx +++ b/src/screens/Search/modules/ExploreTrendingTopics.tsx @@ -265,12 +265,12 @@ export function TrendingTopicRowSkeleton({}: {withPosts: boolean}) { style={[a.rounded_full]} /> </View> - <LoadingPlaceholder width={90} height={18} /> + <LoadingPlaceholder width={90} height={17} /> </View> <View style={[a.flex_row, a.gap_sm, a.align_center, {paddingLeft: 20}]}> - <LoadingPlaceholder width={70} height={18} /> - <LoadingPlaceholder width={40} height={18} /> - <LoadingPlaceholder width={60} height={18} /> + <LoadingPlaceholder width={70} height={16} /> + <LoadingPlaceholder width={40} height={16} /> + <LoadingPlaceholder width={60} height={16} /> </View> </View> <View style={[a.flex_shrink_0]}> |