about summary refs log tree commit diff
path: root/src/lib/icons.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/icons.tsx')
-rw-r--r--src/lib/icons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx
index fd233f99c..300c13b0d 100644
--- a/src/lib/icons.tsx
+++ b/src/lib/icons.tsx
@@ -420,7 +420,7 @@ export function RepostIcon({
   size = 24,
   strokeWidth = 1.5,
 }: {
-  style?: StyleProp<ViewStyle>
+  style?: StyleProp<TextStyle>
   size?: string | number
   strokeWidth: number
 }) {