[Chat] set reaction count font weight to medium (#10532)
This commit is contained in:
@@ -355,10 +355,9 @@ let MessageItem = ({
|
|||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
a.text_xs,
|
a.text_xs,
|
||||||
|
a.font_medium,
|
||||||
hasSelfReacted
|
hasSelfReacted
|
||||||
? {
|
? {color: t.palette.primary_900}
|
||||||
color: t.palette.primary_900,
|
|
||||||
}
|
|
||||||
: t.atoms.text_contrast_high,
|
: t.atoms.text_contrast_high,
|
||||||
{textAlignVertical: 'center', includeFontPadding: false},
|
{textAlignVertical: 'center', includeFontPadding: false},
|
||||||
]}>
|
]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user