This commit is contained in:
2024-07-19 20:19:03 +05:30
parent 1036918285
commit e46e92a955
7 changed files with 16 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ const FormInputMain = ({
width={w ? w : "44.5%"}
rounded={"sm"}
type="submit"
colorScheme="green"
colorScheme={"forestGreen"}
>
{submitTitle ? submitTitle : "Submit"}
</Button>