about summary refs log tree commit diff
path: root/src/lib/custom-animations
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/custom-animations')
-rw-r--r--src/lib/custom-animations/CountWheel.tsx4
-rw-r--r--src/lib/custom-animations/CountWheel.web.tsx4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/custom-animations/CountWheel.tsx b/src/lib/custom-animations/CountWheel.tsx
index b448ad227..4b131db2d 100644
--- a/src/lib/custom-animations/CountWheel.tsx
+++ b/src/lib/custom-animations/CountWheel.tsx
@@ -144,7 +144,7 @@ export function CountWheel({
             <Text
               testID="likeCount"
               style={[
-                big ? a.text_md : {fontSize: 15},
+                big ? a.text_md : a.text_sm,
                 a.user_select_none,
                 isLiked
                   ? [a.font_bold, s.likeColor]
@@ -162,7 +162,7 @@ export function CountWheel({
               aria-disabled={true}>
               <Text
                 style={[
-                  big ? a.text_md : {fontSize: 15},
+                  big ? a.text_md : a.text_sm,
                   a.user_select_none,
                   isLiked
                     ? [a.font_bold, s.likeColor]
diff --git a/src/lib/custom-animations/CountWheel.web.tsx b/src/lib/custom-animations/CountWheel.web.tsx
index d5ad618b1..fc2505ead 100644
--- a/src/lib/custom-animations/CountWheel.web.tsx
+++ b/src/lib/custom-animations/CountWheel.web.tsx
@@ -90,7 +90,7 @@ export function CountWheel({
         <Text
           testID="likeCount"
           style={[
-            big ? a.text_md : {fontSize: 15},
+            big ? a.text_md : a.text_sm,
             a.user_select_none,
             isLiked
               ? [a.font_bold, s.likeColor]
@@ -107,7 +107,7 @@ export function CountWheel({
           ref={prevCountView}>
           <Text
             style={[
-              big ? a.text_md : {fontSize: 15},
+              big ? a.text_md : a.text_sm,
               a.user_select_none,
               isLiked
                 ? [a.font_bold, s.likeColor]