This commit is contained in:
Baobhan Sith
2025-04-23 15:39:38 +08:00
parent fb9fe6eb2e
commit 2689d346b0
2 changed files with 3 additions and 3 deletions
@@ -163,7 +163,7 @@ const handleSubmit = async () => {
<small v-if="isEditMode" class="block mt-1 text-xs text-text-secondary">{{ t('proxies.form.passwordUpdateNote') }}</small>
</div>
<div v-if="formError || combinedStoreError" class="text-red-600 bg-red-100 border border-red-300 rounded-md p-3 text-sm text-center font-medium"> <!-- Error Message with Tailwind -->
<div v-if="formError || combinedStoreError" class="text-error bg-error/10 border border-error/30 rounded-md p-3 text-sm text-center font-medium"> <!-- Use semantic error colors -->
{{ formError || combinedStoreError }}
</div>