Change cursor type to indicate link.

feature/default_network_editable
Kevin Serrano 7 years ago
parent a8d6e1fe98
commit 9c7abacf64
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 1
      ui/app/account-detail.js

@ -275,6 +275,7 @@ AccountDetailScreen.prototype.tabSwitchView = function () {
h('span.hotFix', {
style: {
color: 'rgba(247, 134, 28, 1)',
cursor: 'pointer',
},
onClick: () => {
global.platform.openWindow({

Loading…
Cancel
Save