Commit bb332c15 by Arjun Jhukal

minor changes

parent f3c836db
......@@ -182,7 +182,7 @@ export default function RegisterPage() {
</div>
<form action="" onSubmit={handleSubmit}>
<div className="grid md:grid-cols-2 lg:grid-cols-6 gap-x-3 gap-y-5">
<div className="flex flex-col md:grid md:grid-cols-2 lg:grid-cols-6 gap-x-3 gap-y-5">
{/* First Name */}
<div className="col-span-2 lg:col-span-2">
<div className="input__field">
......
......@@ -141,7 +141,6 @@ export default function WithdrawlPage({
}
},
});
console.log("Formik Values:", formik.values, formik.errors);
const handleWithdrawlChange = (provider: string, value: string) => {
if (value === "") {
......
......@@ -121,7 +121,7 @@ export default function Palette(mode: ThemeMode) {
input: {
padding: 0,
"&::placeholder": {
color: "var(--Gray, #999)",
color: "var(--Gray, #aaa)",
fontWeight: 400,
fontSize: "14px",
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment