We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1465673 + c3d6f42 commit bf4e905Copy full SHA for bf4e905
ui/src/components/view/Setting.vue
@@ -70,7 +70,7 @@
70
<a-input
71
:disabled="layoutMode === 'dark'"
72
type="color"
73
- v-model:value="navBgColorPick"
+ v-model:value="navTextColorPick"
74
@blur="(e) => updateSetting('@navigation-text-color', e.target.value)" />
75
</div>
76
@@ -254,6 +254,7 @@ export default {
254
this.downloadObjectAsJson(this.uiSettings)
255
},
256
resetSetting () {
257
+ this.uiSettings = {}
258
this.layoutMode = 'light'
259
this.colorPick = this.originalSetting['@primary-color']
260
this.navBgColorPick = this.originalSetting['@navigation-background-color']
0 commit comments