This commit is contained in:
@@ -19,7 +19,7 @@ const CreateWish: FC<CreateWishProps> = (props) => {
|
||||
type="text"
|
||||
name="wishName"
|
||||
placeholder="Your wish!"
|
||||
className="w-full appearance-none bg-pink-100 p-6 text-center text-lg outline-none"
|
||||
className="w-full appearance-none bg-pink-100 p-6 text-center text-xl outline-none font-medium"
|
||||
onChange={(e) =>
|
||||
props.onSubmit({ ...props.wish, name: e.target.value })
|
||||
}
|
||||
|
Reference in New Issue
Block a user