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:
@@ -14,7 +14,7 @@ export default function Select({
|
||||
options: { name: string; value: string }[]
|
||||
}) {
|
||||
return (
|
||||
<div className="">
|
||||
<>
|
||||
<label htmlFor={name} className="block text-sm font-medium text-gray-700">
|
||||
{text}
|
||||
</label>
|
||||
@@ -30,6 +30,6 @@ export default function Select({
|
||||
</option>
|
||||
))}
|
||||
</select>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user