Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sweepstake
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arjun Jhukal
sweepstake
Commits
bb332c15
Commit
bb332c15
authored
Feb 12, 2026
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
f3c836db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
index.tsx
src/components/pages/auth/register/index.tsx
+1
-1
index.tsx
...ponents/pages/dashboard/userDashboard/withdrawl/index.tsx
+0
-1
adminPalette.ts
src/theme/adminPalette.ts
+1
-1
No files found.
src/components/pages/auth/register/index.tsx
View file @
bb332c15
...
...
@@ -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"
>
...
...
src/components/pages/dashboard/userDashboard/withdrawl/index.tsx
View file @
bb332c15
...
...
@@ -141,7 +141,6 @@ export default function WithdrawlPage({
}
},
});
console
.
log
(
"Formik Values:"
,
formik
.
values
,
formik
.
errors
);
const
handleWithdrawlChange
=
(
provider
:
string
,
value
:
string
)
=>
{
if
(
value
===
""
)
{
...
...
src/theme/adminPalette.ts
View file @
bb332c15
...
...
@@ -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"
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment