Skip to content

Commit

Permalink
add default value to theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
juzeon committed Dec 5, 2023
1 parent 11cca41 commit 83f653a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/SettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ function checkThemeColor(val: string): boolean {
</template>
</v-tooltip>
<v-text-field label="Theme Color" color="primary" :model-value="config.theme_color"
@update:model-value="onChangeThemeColor" hint="Must be a valid hex color"></v-text-field>
@update:model-value="onChangeThemeColor"
hint="Must be a valid hex color; default value: #FF9800"></v-text-field>
</v-card-text>
</v-card>
<v-card title="Accessibility" class="my-3">
Expand Down

0 comments on commit 83f653a

Please sign in to comment.