diff options
author | John Fawcett <jrf0110@gmail.com> | 2023-03-18 19:44:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 19:44:39 -0500 |
commit | 30c54aa265d50c5d8d8f2e7f68a09e4e44c7c2b6 (patch) | |
tree | 849dbe7894ee98cf0144f39791fbd5bc6680c197 /src/lib/icons.tsx | |
parent | c50a20d2147b9d6122768385ef00f4da783af12e (diff) | |
download | voidsky-30c54aa265d50c5d8d8f2e7f68a09e4e44c7c2b6.tar.zst |
Diffstat (limited to 'src/lib/icons.tsx')
-rw-r--r-- | src/lib/icons.tsx | 2 |
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 }) { |