diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-05-01 09:28:34 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-05-01 09:58:37 +0800 |
commit | ffda954add95fc17049cd0f5386952dabfc4168b (patch) | |
tree | 01d10afc74b16872f7b189d7c3177714564ad47b /ui/app/components/buy-button-subview.js | |
parent | 21349dd612f1eed0e4f97e4ebf27bed05d5b8992 (diff) | |
download | tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.gz tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.bz2 tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.lz tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.xz tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.zst tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.zip |
Fix styling of the app spinner
Diffstat (limited to 'ui/app/components/buy-button-subview.js')
-rw-r--r-- | ui/app/components/buy-button-subview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/buy-button-subview.js b/ui/app/components/buy-button-subview.js index fda7c3e17..c6957d2aa 100644 --- a/ui/app/components/buy-button-subview.js +++ b/ui/app/components/buy-button-subview.js @@ -6,7 +6,7 @@ const connect = require('react-redux').connect const actions = require('../actions') const CoinbaseForm = require('./coinbase-form') const ShapeshiftForm = require('./shapeshift-form') -const Loading = require('./loading') +const Loading = require('./loading-screen') const AccountPanel = require('./account-panel') const RadioList = require('./custom-radio-list') const { getNetworkDisplayName } = require('../../../app/scripts/controllers/network/util') |