summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-07-18 13:45:51 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-07-18 20:06:22 +0200
commit75adfa317377a7150955ece2f59379ca3d89321f (patch)
tree2809d5ba60811a2bdbbad56a4e6106d0f8f583b5 /app/components
parent7826ae23f583fb83742e1c2a29b3e614c1d653ac (diff)
downloadmullvadvpn-75adfa317377a7150955ece2f59379ca3d89321f.tar.xz
mullvadvpn-75adfa317377a7150955ece2f59379ca3d89321f.zip
Fix the reversed hover logic for red buttons
Diffstat (limited to 'app/components')
-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,