diff options
| author | anderklander <anderklander@gmail.com> | 2018-03-21 16:37:21 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-03-26 14:22:11 +0200 |
| commit | 2f7a2ec6e20170a76ff3de68791b82940454f722 (patch) | |
| tree | 3d1b2f55135c06ce5034109ee8ed06c28e73b91e /app/components/LoginStyles.js | |
| parent | 05dc681e59b493b7c71cac81ad311c0787ebdf35 (diff) | |
| download | mullvadvpn-2f7a2ec6e20170a76ff3de68791b82940454f722.tar.xz mullvadvpn-2f7a2ec6e20170a76ff3de68791b82940454f722.zip | |
Update Login to use Accordion and Cellbutton
Diffstat (limited to 'app/components/LoginStyles.js')
| -rw-r--r-- | app/components/LoginStyles.js | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js index ed079207bd..7ecdeb0e67 100644 --- a/app/components/LoginStyles.js +++ b/app/components/LoginStyles.js @@ -83,15 +83,23 @@ export default { account_dropdown__item: { flexDirection: 'row', backgroundColor: colors.white60, - borderColor: colors.darkBlue, + }, + account_dropdown__item_hover: { + backgroundColor: colors.white40, }, account_dropdown__remove: { paddingTop: 10, paddingLeft: 12, paddingRight: 12, paddingBottom: 12, - /* center SVG within button */ justifyContent: 'center', + color: colors.blue60, + }, + account_dropdown__remove_hover: { + color: colors.blue, + }, + account_dropdown__label_hover: { + color: colors.blue, }, }), ...createTextStyles({ @@ -144,7 +152,7 @@ export default { fontSize: 20, fontWeight: '900', lineHeight: 26, - color: colors.blue, + color: colors.blue80, border: 0, paddingTop: 10, paddingLeft: 12, |
