diff options
Diffstat (limited to 'src/components/ReportDialog/SelectLabelerView.tsx')
-rw-r--r-- | src/components/ReportDialog/SelectLabelerView.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/ReportDialog/SelectLabelerView.tsx b/src/components/ReportDialog/SelectLabelerView.tsx index dd07cafa3..f7a8139ea 100644 --- a/src/components/ReportDialog/SelectLabelerView.tsx +++ b/src/components/ReportDialog/SelectLabelerView.tsx @@ -77,8 +77,7 @@ function LabelerButton({ handle: labeler.creator.handle, })} /> - <Text - style={[t.atoms.text_contrast_medium, a.text_sm, a.font_semibold]}> + <Text style={[t.atoms.text_contrast_medium, a.text_sm, a.font_bold]}> @{labeler.creator.handle} </Text> </LabelingServiceCard.Content> |