about summary refs log tree commit diff
path: root/src/components/LabelingServiceCard
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/LabelingServiceCard')
-rw-r--r--src/components/LabelingServiceCard/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LabelingServiceCard/index.tsx b/src/components/LabelingServiceCard/index.tsx
index ff32c36bc..851645a48 100644
--- a/src/components/LabelingServiceCard/index.tsx
+++ b/src/components/LabelingServiceCard/index.tsx
@@ -86,7 +86,7 @@ export function LikeCount({count}: {count: number}) {
         a.mt_sm,
         a.text_sm,
         t.atoms.text_contrast_medium,
-        {fontWeight: '500'},
+        {fontWeight: '600'},
       ]}>
       <Plural value={count} one="Liked by # user" other="Liked by # users" />
     </Text>