summaryrefslogtreecommitdiffhomepage
path: root/app/components/styled/BlurAppButtonStyles.android.js
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-04-11 13:56:17 +0200
committeranderklander <anderklander@gmail.com>2018-04-11 13:56:17 +0200
commit88694d6e0c245046e852688ed0617270915652b3 (patch)
treeafb429e6bd4d7aabdecf5dd85dc1afa4cb90e9ea /app/components/styled/BlurAppButtonStyles.android.js
parent8f550b34f83b413a6de4844c30e2539446763e3d (diff)
downloadmullvadvpn-88694d6e0c245046e852688ed0617270915652b3.tar.xz
mullvadvpn-88694d6e0c245046e852688ed0617270915652b3.zip
Blur-button-style remake
Diffstat (limited to 'app/components/styled/BlurAppButtonStyles.android.js')
-rw-r--r--app/components/styled/BlurAppButtonStyles.android.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/components/styled/BlurAppButtonStyles.android.js b/app/components/styled/BlurAppButtonStyles.android.js
new file mode 100644
index 0000000000..5e9dd57ac3
--- /dev/null
+++ b/app/components/styled/BlurAppButtonStyles.android.js
@@ -0,0 +1,20 @@
+import { colors } from '../../config';
+
+import { createViewStyles } from '../../lib/styles';
+
+export default {
+ ...createViewStyles({
+ transparent:{
+ backgroundColor: colors.white20,
+ },
+ transparentHover:{
+ backgroundColor: colors.white40,
+ },
+ redTransparent:{
+ backgroundColor: colors.red40,
+ },
+ redTransparentHover:{
+ backgroundColor: colors.red45,
+ },
+ })
+} \ No newline at end of file