summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-06 13:24:36 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-06 13:24:36 +0000
commitf0bd208d19e8a67b8c364efb9e0d4da1faba5957 (patch)
tree2e81ead5126493175602fe1520934771b28e9228 /app/components
parent90a2c65bd89b8096c755a52c2673dde9ff4de969 (diff)
downloadmullvadvpn-f0bd208d19e8a67b8c364efb9e0d4da1faba5957.tar.xz
mullvadvpn-f0bd208d19e8a67b8c364efb9e0d4da1faba5957.zip
Make account cell highlightable
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js
index 4275ef77fe..c1b322c1da 100644
--- a/app/components/Settings.js
+++ b/app/components/Settings.js
@@ -54,7 +54,7 @@ export default class Settings extends Component {
<Then>
<div>
- <div className="settings__cell settings__cell--disclosure" onClick={ this.props.onViewAccount }>
+ <div className="settings__cell settings__cell--active" onClick={ this.props.onViewAccount }>
<div className="settings__cell-label">Account</div>
<div className="settings__cell-value">
<span className="settings__account-paid-until-label">12 DAYS LEFT</span>