diff options
Diffstat (limited to 'src/view/com/modals/Repost.tsx')
-rw-r--r-- | src/view/com/modals/Repost.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/Repost.tsx b/src/view/com/modals/Repost.tsx index 6ab15317b..b4669a046 100644 --- a/src/view/com/modals/Repost.tsx +++ b/src/view/com/modals/Repost.tsx @@ -29,7 +29,7 @@ export function Component({ <View style={[s.flex1, pal.view, styles.container]}> <View style={s.pb20}> <TouchableOpacity style={[styles.actionBtn]} onPress={onRepost}> - <RepostIcon strokeWidth={2} size={24} /> + <RepostIcon strokeWidth={2} size={24} style={s.blue3} /> <Text type="title-lg" style={[styles.actionBtnLabel, pal.text]}> {!isReposted ? 'Repost' : 'Undo repost'} </Text> |