mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
more styling
This commit is contained in:
@@ -17,7 +17,7 @@ export default function TextAreaInput({
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
<label htmlFor={name} className="block text-sm font-medium text-gray-700">
|
||||
<label htmlFor={name} className="pb-label">
|
||||
{text}
|
||||
</label>
|
||||
<div className="mt-1">
|
||||
@@ -25,7 +25,7 @@ export default function TextAreaInput({
|
||||
id="about"
|
||||
name="about"
|
||||
rows={10}
|
||||
className={`shadow-sm focus:ring-indigo-500 focus:border-indigo-500 mt-1 block w-full sm:text-sm border-gray-300 rounded-md ${styles}`}
|
||||
className={`pb-textarea ${styles}`}
|
||||
placeholder={placeholder}
|
||||
onChange={onchange.bind(null, name)}
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user