diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-03 14:31:32 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 16:25:34 +0200 |
| commit | f9b54901308bde3e1abeb0fa32d4a3f11648f603 (patch) | |
| tree | 2944c5bdb13ee163f2dfbfffc37c38ead61668d8 /app/components/Cell.js | |
| parent | 7ae25a0835a27cb9bf46ed64d6c59a1147110bee (diff) | |
| download | mullvadvpn-f9b54901308bde3e1abeb0fa32d4a3f11648f603.tar.xz mullvadvpn-f9b54901308bde3e1abeb0fa32d4a3f11648f603.zip | |
Upgrade reactxp@1.3.3
Diffstat (limited to 'app/components/Cell.js')
| -rw-r--r-- | app/components/Cell.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/Cell.js b/app/components/Cell.js index 2b3c06a3b1..80b783352f 100644 --- a/app/components/Cell.js +++ b/app/components/Cell.js @@ -19,6 +19,7 @@ const styles = { flexDirection: 'row', alignItems: 'center', alignContent: 'center', + cursor: 'default', }, cellHover: { backgroundColor: colors.blue80, |
