Fix color of trending topics on mobile
This commit is contained in:
committed by
Samuel Newman
parent
966ae68dd2
commit
2c200a81ba
@@ -99,10 +99,9 @@ export function Inner() {
|
|||||||
<View style={[a.py_lg]}>
|
<View style={[a.py_lg]}>
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
t.atoms.text,
|
t.atoms.text_contrast_medium,
|
||||||
a.text_sm,
|
a.text_sm,
|
||||||
a.font_semi_bold,
|
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}
|
{topic.topic}
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user