diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-06-01 16:13:10 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-06-05 12:11:55 +0200 |
| commit | ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087 (patch) | |
| tree | b1f7754eb50896ab3681e35fa4e08be642b940c9 /app/components/styled/BlurAppButtonStyles.android.js | |
| parent | 5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff) | |
| download | mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip | |
Add formatted source code
Diffstat (limited to 'app/components/styled/BlurAppButtonStyles.android.js')
| -rw-r--r-- | app/components/styled/BlurAppButtonStyles.android.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/components/styled/BlurAppButtonStyles.android.js b/app/components/styled/BlurAppButtonStyles.android.js index 9243a28729..c39e44cdd5 100644 --- a/app/components/styled/BlurAppButtonStyles.android.js +++ b/app/components/styled/BlurAppButtonStyles.android.js @@ -4,17 +4,17 @@ import { createViewStyles } from '../../lib/styles'; export default { ...createViewStyles({ - transparent:{ + transparent: { backgroundColor: colors.white20, }, - transparentHover:{ + transparentHover: { backgroundColor: colors.white40, }, - redTransparent:{ + redTransparent: { backgroundColor: colors.red40, }, - redTransparentHover:{ + redTransparentHover: { backgroundColor: colors.red45, }, - }) -};
\ No newline at end of file + }), +}; |
