Looking to create a form using React form hooks and Material UI? Check out this link to codesandbox to see the code in action. In the CreateEmployee.tsx
file under components\execute
folder, you'll find the necessary code. There's also a UI Screenshot below for reference.
I'm aiming to achieve the following:
- Make the selector for gender and Designation equal width with a background color of aqua.
- Increase the size of the Submit button and use a more prominent font style.
Unfortunately, my CSS skills are limited, and I'm struggling to implement these changes. Can someone provide assistance?