diff options
Merge branch 'NewUI' of github.com:MetaMask/metamask-plugin into NewUI
-rw-r--r-- | responsive-ui/app/account-detail.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/responsive-ui/app/account-detail.js b/responsive-ui/app/account-detail.js index ad65bf1d3..18c867153 100644 --- a/responsive-ui/app/account-detail.js +++ b/responsive-ui/app/account-detail.js @@ -129,6 +129,7 @@ AccountDetailScreen.prototype.render = function () { style: { marginRight: '8px', marginLeft: 'auto', + cursor: 'pointer', }, selected, network, |