Forms fix

This commit is contained in:
npcdazai
2024-09-02 15:33:33 +05:30
parent 897087e52c
commit 1576f5003c
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -2513,13 +2513,13 @@
"version": "15.7.12",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz",
"integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==",
"dev": true
"devOptional": true
},
"node_modules/@types/react": {
"version": "18.3.4",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz",
"integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==",
"dev": true,
"devOptional": true,
"dependencies": {
"@types/prop-types": "*",
"csstype": "^3.0.2"

View File

@@ -90,7 +90,7 @@ const Form = () => {
>
Let's Collaborate to Shape Your Vision into Reality
</Heading>
<Box w="100%">
<Box w="100%" display="flex" flexDirection="column" alignItems="center">
<form onSubmit={handleSubmit(onSubmit)}>
<FormControl display="flex" flexDirection="column" gap={4}>
<Box