diff options
| author | anderklander <anderklander@gmail.com> | 2018-04-11 13:56:17 +0200 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-04-11 13:56:17 +0200 |
| commit | 88694d6e0c245046e852688ed0617270915652b3 (patch) | |
| tree | afb429e6bd4d7aabdecf5dd85dc1afa4cb90e9ea /app/components/styled/BlurAppButtonStyles.android.js | |
| parent | 8f550b34f83b413a6de4844c30e2539446763e3d (diff) | |
| download | mullvadvpn-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.js | 20 |
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 |
