docs: Appearance Form Label Fix (#149)

This commit is contained in:
Pratik Patel 2023-11-03 16:10:09 +05:30 committed by GitHub
parent f9243d4efe
commit 8332ab6022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ const onSubmit = handleSubmit((values) => {
<form class="space-y-8" @submit="onSubmit"> <form class="space-y-8" @submit="onSubmit">
<FormField v-slot="{ field }" name="font"> <FormField v-slot="{ field }" name="font">
<FormItem> <FormItem>
<FormLabel>Email</FormLabel> <FormLabel>Font</FormLabel>
<div class="relative w-[200px]"> <div class="relative w-[200px]">
<FormControl> <FormControl>
<select <select