diff options
| author | anderklander <anderklander@gmail.com> | 2018-03-25 20:39:53 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-03-26 14:22:11 +0200 |
| commit | 7dd3ecbed8d542efe97c36d9912f82920e5bdb7c (patch) | |
| tree | 3f4e22f57bbab6a3b2caa5d78459cbed58e40bff /app/components/LoginStyles.js | |
| parent | 716019047ce298d9dc82d508b9640fe2118d4e26 (diff) | |
| download | mullvadvpn-7dd3ecbed8d542efe97c36d9912f82920e5bdb7c.tar.xz mullvadvpn-7dd3ecbed8d542efe97c36d9912f82920e5bdb7c.zip | |
Fix usage of cellbutton
Diffstat (limited to 'app/components/LoginStyles.js')
| -rw-r--r-- | app/components/LoginStyles.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js index 7ecdeb0e67..b28a9ecae5 100644 --- a/app/components/LoginStyles.js +++ b/app/components/LoginStyles.js @@ -88,10 +88,6 @@ export default { backgroundColor: colors.white40, }, account_dropdown__remove: { - paddingTop: 10, - paddingLeft: 12, - paddingRight: 12, - paddingBottom: 12, justifyContent: 'center', color: colors.blue60, }, @@ -154,10 +150,6 @@ export default { lineHeight: 26, color: colors.blue80, border: 0, - paddingTop: 10, - paddingLeft: 12, - paddingRight: 12, - paddingBottom: 12, textAlign: 'left', }, }) |
