summaryrefslogtreecommitdiffhomepage
path: root/app/components/AppButtonStyles.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/AppButtonStyles.js')
-rw-r--r--app/components/AppButtonStyles.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/AppButtonStyles.js b/app/components/AppButtonStyles.js
index 6ac372a7fb..d1cf500cdb 100644
--- a/app/components/AppButtonStyles.js
+++ b/app/components/AppButtonStyles.js
@@ -4,10 +4,10 @@ import { colors } from '../config';
export default {
...createViewStyles({
red: {
- backgroundColor: colors.red95,
+ backgroundColor: colors.red,
},
redHover: {
- backgroundColor: colors.red,
+ backgroundColor: colors.red95,
},
green: {
backgroundColor: colors.green,