about summary refs log tree commit diff
path: root/src/view/com/modals/ReportPost.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/modals/ReportPost.tsx')
-rw-r--r--src/view/com/modals/ReportPost.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/ReportPost.tsx b/src/view/com/modals/ReportPost.tsx
index d4684069a..1435a723f 100644
--- a/src/view/com/modals/ReportPost.tsx
+++ b/src/view/com/modals/ReportPost.tsx
@@ -56,7 +56,7 @@ export function Component({postUrl}: {postUrl: string}) {
       ) : issue ? (
         <TouchableOpacity style={s.mt10} onPress={onPress}>
           <LinearGradient
-            colors={[gradients.primary.start, gradients.primary.end]}
+            colors={[gradients.blueLight.start, gradients.blueLight.end]}
             start={{x: 0, y: 0}}
             end={{x: 1, y: 1}}
             style={[styles.btn]}>