Skip to content
Snippets Groups Projects
Commit e3a5fc63 authored by Zara Mudassar's avatar Zara Mudassar
Browse files

error message color updated

parent 7404ba88
No related branches found
No related tags found
1 merge request!111Validering
Pipeline #181133 passed
......@@ -25,7 +25,7 @@
<!-- error message -->
<div v-for="(error, index) of v$.user.oldPassword.$errors" :key="index">
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="oldPasswordErrorId"
>
......@@ -52,7 +52,7 @@
<!-- error message -->
<div v-for="(error, index) of v$.user.password.$errors" :key="index">
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="passwordErrorId"
>
......@@ -82,7 +82,7 @@
<!-- error message -->
<div v-for="(error, index) of v$.user.rePassword.$errors" :key="index">
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="rePasswordErrorId"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment