diff options
Diffstat (limited to 'src/screens/Search/modules/ExploreSuggestedAccounts.tsx')
-rw-r--r-- | src/screens/Search/modules/ExploreSuggestedAccounts.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Search/modules/ExploreSuggestedAccounts.tsx b/src/screens/Search/modules/ExploreSuggestedAccounts.tsx index f91877143..fd37544f4 100644 --- a/src/screens/Search/modules/ExploreSuggestedAccounts.tsx +++ b/src/screens/Search/modules/ExploreSuggestedAccounts.tsx @@ -147,7 +147,7 @@ let Tab = ({ ]}> <Text style={[ - /* TODO: medium weight */ + a.font_medium, active || hovered || pressed || focused ? t.atoms.text : t.atoms.text_contrast_medium, |