We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab20a82 commit 28c5c53Copy full SHA for 28c5c53
1 file changed
resources/js/form/components/FormFieldLocaleSelect.vue
@@ -28,7 +28,7 @@ const form = useParentForm();
28
{{ formLocale }}
29
</span>
30
<template v-if="form.fieldHasError(field, fieldErrorKey, formLocale)">
31
- <svg class="ml-1 size-1.5 fill-destructive" viewBox="0 0 8 8" aria-hidden="true">
+ <svg class="ml-1.5 size-2 fill-destructive" viewBox="0 0 8 8" aria-hidden="true">
32
<circle cx="4" cy="4" r="3" />
33
</svg>
34
</template>
0 commit comments