aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2019-04-19 15:30:00 +0800
committerHsuan Lee <boczeratul@gmail.com>2019-04-19 15:30:48 +0800
commitd4a17109b9e13f21053740b7eedf4a9b4973d791 (patch)
treed615368ca9d39e59c6bb94d3282bb3d6b14c4396 /ui
parenta89adf5661e44cef52fc5fe6aa5b2e7956180c6e (diff)
downloaddexon-wallet-d4a17109b9e13f21053740b7eedf4a9b4973d791.tar.gz
dexon-wallet-d4a17109b9e13f21053740b7eedf4a9b4973d791.tar.zst
dexon-wallet-d4a17109b9e13f21053740b7eedf4a9b4973d791.zip
Update new HD PAth
Diffstat (limited to 'ui')
-rw-r--r--ui/app/css/itcss/components/new-account.scss6
-rw-r--r--ui/app/reducers/app.js2
2 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/css/itcss/components/new-account.scss b/ui/app/css/itcss/components/new-account.scss
index 2408c371..aafa3f72 100644
--- a/ui/app/css/itcss/components/new-account.scss
+++ b/ui/app/css/itcss/components/new-account.scss
@@ -409,7 +409,7 @@
}
&__item:nth-of-type(even) {
- background-color: $geyser;
+ background-color: white;
}
&__item:nth-of-type(odd) {
@@ -469,8 +469,8 @@
background: #fff;
height: 19px;
display: flex;
- color: $dexon-purple;
- background-color: $dark-gray;
+ color: black;
+ background-color: white;
font-size: 14px;
line-height: 19px;
border: none;
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 307ef31c..b2674788 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -74,7 +74,7 @@ function reduceApp (state, action) {
networkNonce: null,
defaultHdPaths: {
trezor: `m/44'/237'/0'/0`,
- ledger: `m/44'/237'/0'/0/0`,
+ ledger: `m/44'/237'/0'/0`,
},
}, state.appState)