diff options
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/css/itcss/components/new-account.scss | 6 | ||||
-rw-r--r-- | ui/app/reducers/app.js | 2 |
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) |