mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
restyle all the things
This commit is contained in:
@@ -16,7 +16,7 @@ export default function TextAreaInput({
|
||||
styles?: string
|
||||
}) {
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
<label htmlFor={name} className="block text-sm font-medium text-gray-700">
|
||||
{text}
|
||||
</label>
|
||||
@@ -31,6 +31,6 @@ export default function TextAreaInput({
|
||||
value={value}
|
||||
></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user