From 30c54aa265d50c5d8d8f2e7f68a09e4e44c7c2b6 Mon Sep 17 00:00:00 2001 From: John Fawcett Date: Sat, 18 Mar 2023 19:44:39 -0500 Subject: Fixes quote post not showing up in quote post composer (#315) (#318) --- src/lib/icons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/icons.tsx') 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 + style?: StyleProp size?: string | number strokeWidth: number }) { -- cgit 1.4.1