Browse Source

fix: texto de opcoes de genero no perfil do prestador

Gustavo Mantovani 1 tháng trước cách đây
mục cha
commit
46efcb94b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/profile/ProfileEditDialog.vue

+ 1 - 1
src/pages/profile/ProfileEditDialog.vue

@@ -126,7 +126,7 @@
 
               <q-option-group
                 v-model="form.gender"
-                class="gender-options"
+                class="gender-options text-text"
                 color="primary"
                 type="radio"
                 :options="translatedGenderOptions"