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

Error message color updated

parent b571662c
No related branches found
No related tags found
1 merge request!111Validering
Pipeline #181020 failed
......@@ -21,12 +21,12 @@
/>
<!-- error message -->
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-for="(error, index) of v$.email.$errors"
:key="index"
>
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="emailErrorId"
>
......@@ -45,12 +45,12 @@
/>
<!-- error message -->
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-for="(error, index) of v$.password.$errors"
:key="index"
>
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="passwordErrorId"
>
......@@ -69,12 +69,12 @@
/>
<!-- error message -->
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-for="(error, index) of v$.confirmPassword.$errors"
:key="index"
>
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="confirmPasswordErrorId"
>
......@@ -94,12 +94,12 @@
/>
<!-- error message -->
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-for="(error, index) of v$.firstName.$errors"
:key="index"
>
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="firstNameErrorId"
>
......@@ -118,12 +118,12 @@
/>
<!-- error message -->
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-for="(error, index) of v$.lastName.$errors"
:key="index"
>
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="lastNameErrorId"
>
......@@ -142,12 +142,12 @@
/>
<!-- error message -->
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-for="(error, index) of v$.address.$errors"
:key="index"
>
<div
class="text-red-600 text-sm"
class="text-error-medium text-sm"
v-show="showError"
id="addressErrorId"
>
......
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