diff options
Diffstat (limited to 'src/components/moderation/LabelPreference.tsx')
-rw-r--r-- | src/components/moderation/LabelPreference.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/moderation/LabelPreference.tsx b/src/components/moderation/LabelPreference.tsx index 78b50ff8b..d6dc45d1a 100644 --- a/src/components/moderation/LabelPreference.tsx +++ b/src/components/moderation/LabelPreference.tsx @@ -236,8 +236,7 @@ export function LabelerLabelPreference({ <View style={[a.flex_row, a.gap_xs, a.align_center, a.mt_xs]}> <CircleInfo size="sm" fill={t.atoms.text_contrast_high.color} /> - <Text - style={[t.atoms.text_contrast_medium, a.font_semibold, a.italic]}> + <Text style={[t.atoms.text_contrast_medium, a.font_bold, a.italic]}> {adultDisabled ? ( <Trans>Adult content is disabled.</Trans> ) : isGlobalLabel ? ( |