docs: Appearance Form Label Fix (#149)
This commit is contained in:
parent
f9243d4efe
commit
8332ab6022
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user