aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-05-01 09:28:34 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-05-01 09:58:37 +0800
commitffda954add95fc17049cd0f5386952dabfc4168b (patch)
tree01d10afc74b16872f7b189d7c3177714564ad47b /ui/app/components/pending-tx
parent21349dd612f1eed0e4f97e4ebf27bed05d5b8992 (diff)
downloadtangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.gz
tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.zst
tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.zip
Fix styling of the app spinner
Diffstat (limited to 'ui/app/components/pending-tx')
-rw-r--r--ui/app/components/pending-tx/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/index.js b/ui/app/components/pending-tx/index.js
index 6ee83ba7e..ace52748c 100644
--- a/ui/app/components/pending-tx/index.js
+++ b/ui/app/components/pending-tx/index.js
@@ -12,7 +12,7 @@ const util = require('../../util')
const ConfirmSendEther = require('./confirm-send-ether')
const ConfirmSendToken = require('./confirm-send-token')
const ConfirmDeployContract = require('./confirm-deploy-contract')
-const Loading = require('../loading')
+const Loading = require('../loading-screen')
const TX_TYPES = {
DEPLOY_CONTRACT: 'deploy_contract',