about summary refs log tree commit diff
path: root/src/view/com/modals/Repost.tsx
diff options
context:
space:
mode:
authorJohn Fawcett <jrf0110@gmail.com>2023-03-18 19:44:39 -0500
committerGitHub <noreply@github.com>2023-03-18 19:44:39 -0500
commit30c54aa265d50c5d8d8f2e7f68a09e4e44c7c2b6 (patch)
tree849dbe7894ee98cf0144f39791fbd5bc6680c197 /src/view/com/modals/Repost.tsx
parentc50a20d2147b9d6122768385ef00f4da783af12e (diff)
downloadvoidsky-30c54aa265d50c5d8d8f2e7f68a09e4e44c7c2b6.tar.zst
Fixes quote post not showing up in quote post composer (#315) (#318)
Diffstat (limited to 'src/view/com/modals/Repost.tsx')
-rw-r--r--src/view/com/modals/Repost.tsx2
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>