fix warning on labeler profile: emoji detected but emoji not enabled (#6011)
This commit is contained in:
@@ -46,8 +46,10 @@ export function Content({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.gap_xs, a.flex_1]}>
|
<View style={[a.gap_xs, a.flex_1]}>
|
||||||
<Text style={[a.font_bold, gtPhone ? a.text_sm : a.text_md]}>{name}</Text>
|
<Text emoji style={[a.font_bold, gtPhone ? a.text_sm : a.text_md]}>
|
||||||
<Text style={[t.atoms.text_contrast_medium, a.leading_snug]}>
|
{name}
|
||||||
|
</Text>
|
||||||
|
<Text emoji style={[t.atoms.text_contrast_medium, a.leading_snug]}>
|
||||||
{description}
|
{description}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
@@ -268,7 +270,7 @@ export function LabelerLabelPreference({
|
|||||||
a.border,
|
a.border,
|
||||||
t.atoms.border_contrast_low,
|
t.atoms.border_contrast_low,
|
||||||
]}>
|
]}>
|
||||||
<Text style={[a.font_bold, t.atoms.text_contrast_low]}>
|
<Text emoji style={[a.font_bold, t.atoms.text_contrast_low]}>
|
||||||
{currentPrefLabel}
|
{currentPrefLabel}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user