diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-15 17:59:36 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-15 17:59:36 -0700 |
commit | c4a666c2210c2e9c14812ddc5a0f797dd538014c (patch) | |
tree | 84514dde919368b88d7adccde08712c85f6ff53f /src/lib/icons.tsx | |
parent | 6249bb16cad1dbcf1930282e564595817735932f (diff) | |
download | voidsky-c4a666c2210c2e9c14812ddc5a0f797dd538014c.tar.zst |
new design for custom feed preview
Diffstat (limited to 'src/lib/icons.tsx')
-rw-r--r-- | src/lib/icons.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx index 4cb491e46..960090ad7 100644 --- a/src/lib/icons.tsx +++ b/src/lib/icons.tsx @@ -443,7 +443,7 @@ export function HeartIcon({ size = 24, strokeWidth = 1.5, }: { - style?: StyleProp<ViewStyle> + style?: StyleProp<TextStyle> size?: string | number strokeWidth: number }) { @@ -464,7 +464,7 @@ export function HeartIconSolid({ style, size = 24, }: { - style?: StyleProp<ViewStyle> + style?: StyleProp<TextStyle> size?: string | number }) { return ( |