feat: radius for inputs and buttons, shadow changes
This commit is contained in:
@ -21,7 +21,9 @@ const LoginForm: FC<Props> = ({ isCreatingId = false }) => {
|
||||
},
|
||||
});
|
||||
|
||||
const handleSubmit = (values: LoginForm) => {};
|
||||
const handleSubmit = (values: LoginForm) => {
|
||||
console.log(values);
|
||||
};
|
||||
|
||||
const navigateToCreateId = () => redirect("/create-id");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user