mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
restyle all the things
This commit is contained in:
@@ -14,7 +14,7 @@ export default function Input({
|
||||
onchange: (name: string, event: ChangeEvent<{ value: string }>) => void
|
||||
}) {
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
<label htmlFor={name} className="block text-sm font-medium text-gray-700">
|
||||
{text}
|
||||
</label>
|
||||
@@ -28,6 +28,6 @@ export default function Input({
|
||||
onChange={onchange.bind(null, name)}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user