diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-04-06 11:53:51 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-04-06 11:53:51 +0800 |
commit | 5b0a8131a8fe0401684c7c3c7832140ad2c74b09 (patch) | |
tree | ac12229cc5e5de2de8eee414b229eb028c65e857 /ui/app/components/transaction-view | |
parent | 7937c4f8a50f7e6bb1506d3e5a46e3c9c8718c6c (diff) | |
download | dexon-wallet-5b0a8131a8fe0401684c7c3c7832140ad2c74b09.tar.gz dexon-wallet-5b0a8131a8fe0401684c7c3c7832140ad2c74b09.tar.zst dexon-wallet-5b0a8131a8fe0401684c7c3c7832140ad2c74b09.zip |
Update to new theme
Diffstat (limited to 'ui/app/components/transaction-view')
-rw-r--r-- | ui/app/components/transaction-view/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/transaction-view/index.scss b/ui/app/components/transaction-view/index.scss index 80b2e206..a1331368 100644 --- a/ui/app/components/transaction-view/index.scss +++ b/ui/app/components/transaction-view/index.scss @@ -1,6 +1,6 @@ .transaction-view { flex: 1 1 66.5%; - background: $dark-gray; + background: $white; min-width: 0; display: flex; flex-direction: column; |