diff --git a/public/config.sample.json b/public/config.sample.json index a3f3b2a8..843b973e 100644 --- a/public/config.sample.json +++ b/public/config.sample.json @@ -73,7 +73,8 @@ "modal-btn-text-color": "#ffffff", "modal-btn-border-color": "$color-2", "tx-topup-bg-color": "$inner-card-background-color", - "tx-reconversion-bg-color": "$inner-card-background-color" + "tx-reconversion-bg-color": "$inner-card-background-color", + "switch-bg-color": "$color-2" }, "css": ".nav-item {color: red !important} .refresh {background-color: #009688;}", "accountsRefreshInterval": 90, diff --git a/src/components/AuthPref.vue b/src/components/AuthPref.vue index ac871def..7c051041 100644 --- a/src/components/AuthPref.vue +++ b/src/components/AuthPref.vue @@ -1,7 +1,7 @@