about summary refs log tree commit diff
path: root/src/components/PostControls
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PostControls')
-rw-r--r--src/components/PostControls/PostControlButton.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/PostControls/PostControlButton.tsx b/src/components/PostControls/PostControlButton.tsx
index 1585d429d..f41f95049 100644
--- a/src/components/PostControls/PostControlButton.tsx
+++ b/src/components/PostControls/PostControlButton.tsx
@@ -114,12 +114,7 @@ export function PostControlButtonText({style, ...props}: TextProps) {
 
   return (
     <Text
-      style={[
-        color,
-        big ? a.text_md : {fontSize: 15},
-        active && a.font_bold,
-        style,
-      ]}
+      style={[color, big ? a.text_md : a.text_sm, active && a.font_bold, style]}
       {...props}
     />
   )