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/AppButtonStyles.js | |
| parent | 5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff) | |
| download | mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip | |
Add formatted source code
Diffstat (limited to 'app/components/styled/AppButtonStyles.js')
| -rw-r--r-- | app/components/styled/AppButtonStyles.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app/components/styled/AppButtonStyles.js b/app/components/styled/AppButtonStyles.js index 477a0cc54a..6049f227d5 100644 --- a/app/components/styled/AppButtonStyles.js +++ b/app/components/styled/AppButtonStyles.js @@ -4,42 +4,42 @@ import { createViewStyles, createTextStyles } from '../../lib/styles'; export default { ...createViewStyles({ - red:{ + red: { backgroundColor: colors.red95, }, redHover: { backgroundColor: colors.red, }, - green:{ + green: { backgroundColor: colors.green, }, - greenHover:{ + greenHover: { backgroundColor: colors.green90, }, - blue:{ + blue: { backgroundColor: colors.blue80, }, - blueHover:{ + blueHover: { backgroundColor: colors.blue60, }, - white80:{ + white80: { color: colors.white80, }, white: { color: colors.white, }, - icon:{ + icon: { position: 'absolute', alignSelf: 'flex-end', right: 8, marginLeft: 8, }, - iconTransparent:{ + iconTransparent: { position: 'absolute', alignSelf: 'flex-end', right: 42, }, - common:{ + common: { paddingTop: 9, paddingLeft: 9, paddingRight: 9, @@ -56,7 +56,7 @@ export default { }, }), ...createTextStyles({ - label:{ + label: { alignSelf: 'center', fontFamily: 'DINPro', fontSize: 20, @@ -65,4 +65,4 @@ export default { flex: 1, }, }), -};
\ No newline at end of file +}; |
