From f2892779da97d18d96125a66d90a3d31fd81fb2d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 15 Aug 2025 18:33:23 +0300 Subject: Use medium font weight in a few places (#8848) * medium font toasts * medium font tabs * medium font trending pill --- src/components/ProgressGuide/FollowDialog.tsx | 2 +- src/components/Toast/Toast.tsx | 2 +- src/screens/Search/modules/ExploreSuggestedAccounts.tsx | 2 +- src/screens/Search/modules/ExploreTrendingTopics.tsx | 7 ++----- 4 files changed, 5 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/components/ProgressGuide/FollowDialog.tsx b/src/components/ProgressGuide/FollowDialog.tsx index a8c64935a..20ebb0abf 100644 --- a/src/components/ProgressGuide/FollowDialog.tsx +++ b/src/components/ProgressGuide/FollowDialog.tsx @@ -539,7 +539,7 @@ let Tab = ({ ]}> | null = null @@ -218,7 +215,7 @@ function TrendingIndicator({type}: {type: TrendingIndicatorType | 'skeleton'}) { return ( {Icon && } - {text} + {text} ) } -- cgit 1.4.1