Fixes quote post not showing up in quote post composer (#315) (#318)

This commit is contained in:
John Fawcett 2023-03-18 19:44:39 -05:00 committed by GitHub
parent c50a20d214
commit 30c54aa265
4 changed files with 11 additions and 3 deletions

View file

@ -420,7 +420,7 @@ export function RepostIcon({
size = 24,
strokeWidth = 1.5,
}: {
style?: StyleProp<ViewStyle>
style?: StyleProp<TextStyle>
size?: string | number
strokeWidth: number
}) {