Browse Source

feat: remove color red

ebagabee 1 tháng trước cách đây
mục cha
commit
e784c71030
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/pages/login/LoginPage.vue

+ 0 - 1
src/pages/login/LoginPage.vue

@@ -44,7 +44,6 @@
           v-model:error="validationErrors.email"
           type="email"
           lazy-rules
-          style="color: red"
           icon="mdi-account"
           :label="$t('common.terms.email')"
           :rules="[inputRules.required, inputRules.email]"