submit form contactus and start api projects
This commit is contained in:
@@ -20,7 +20,7 @@ const FormField: React.FC<FormFieldProps> = ({
|
||||
name,
|
||||
}) => {
|
||||
const commonClass =
|
||||
'w-full rounded-lg border border-gray-300 p-3 focus:ring-2 focus:ring-red-500 focus:outline-none';
|
||||
'w-full rounded-lg border border-gray-100 p-3 focus:outline-none';
|
||||
|
||||
if (type === 'textarea') {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user