Browse Source

fix: texto de opcoes de genero no perfil do prestador

Gustavo Mantovani 2 tuần trước cách đây
mục cha
commit
46efcb94b4

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

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