Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jul 8, 2023
1 parent 89bd041 commit dc7c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/desktop/user/settings/UserBasicSettingTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<v-progress-circular indeterminate size="24" class="ml-2" v-if="saving"></v-progress-circular>
</v-btn>

<v-btn color="secondary" variant="tonal" @click="reset">
<v-btn color="default" variant="tonal" @click="reset">
{{ $t('Reset') }}
</v-btn>
</v-card-text>
Expand Down

0 comments on commit dc7c0e6

Please sign in to comment.