rounded corners for username input field

This commit is contained in:
Moriz Wahl 2023-05-17 10:22:32 +02:00
parent f7441395cd
commit 2e3e9666e5

View File

@ -9,7 +9,6 @@
v-slot="{ errors, valid, validated, ariaInput, ariaMsg }"
>
<b-form-group :label-for="labelFor">
<b-input-group>
<b-form-input
v-model="currentValue"
v-bind="ariaInput"
@ -30,7 +29,6 @@
{{ errors[0] }}
</div>
</b-form-invalid-feedback>
</b-input-group>
</b-form-group>
</validation-provider>
</template>