Fix color of trending topics on mobile

This commit is contained in:
Alex Benzer
2025-12-27 09:42:17 -08:00
committed by Samuel Newman
parent 966ae68dd2
commit 2c200a81ba
+1 -2
View File
@@ -99,10 +99,9 @@ export function Inner() {
<View style={[a.py_lg]}>
<Text
style={[
t.atoms.text,
t.atoms.text_contrast_medium,
a.text_sm,
a.font_semi_bold,
{opacity: 0.7}, // NOTE: we use opacity 0.7 instead of a color to match the color of the home pager tab bar
]}>
{topic.topic}
</Text>