Commit bb332c15 by Arjun Jhukal

minor changes

parent f3c836db
...@@ -182,7 +182,7 @@ export default function RegisterPage() { ...@@ -182,7 +182,7 @@ export default function RegisterPage() {
</div> </div>
<form action="" onSubmit={handleSubmit}> <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 */} {/* First Name */}
<div className="col-span-2 lg:col-span-2"> <div className="col-span-2 lg:col-span-2">
<div className="input__field"> <div className="input__field">
......
...@@ -141,7 +141,6 @@ export default function WithdrawlPage({ ...@@ -141,7 +141,6 @@ export default function WithdrawlPage({
} }
}, },
}); });
console.log("Formik Values:", formik.values, formik.errors);
const handleWithdrawlChange = (provider: string, value: string) => { const handleWithdrawlChange = (provider: string, value: string) => {
if (value === "") { if (value === "") {
......
...@@ -121,7 +121,7 @@ export default function Palette(mode: ThemeMode) { ...@@ -121,7 +121,7 @@ export default function Palette(mode: ThemeMode) {
input: { input: {
padding: 0, padding: 0,
"&::placeholder": { "&::placeholder": {
color: "var(--Gray, #999)", color: "var(--Gray, #aaa)",
fontWeight: 400, fontWeight: 400,
fontSize: "14px", 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