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

@ -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>