diff options
Diffstat (limited to 'ui/app/components/wallet-content-display.js')
-rw-r--r-- | ui/app/components/wallet-content-display.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/wallet-content-display.js b/ui/app/components/wallet-content-display.js index 3baffad69..9c5db82d2 100644 --- a/ui/app/components/wallet-content-display.js +++ b/ui/app/components/wallet-content-display.js @@ -46,7 +46,7 @@ WalletContentDisplay.prototype.render = function () { marginLeft: '-1.3em', height: '6em', width: '0.3em', - background: '#D8D8D8', // TODO: add to resuable colors + background: '#D8D8D8', // $alto } }, [ ]) |