Skip to content

Commit

Permalink
Update OTP Field
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Oct 27, 2024
1 parent 7fc7512 commit 961a91e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/app/auth/verify/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@
width: 100%;
align-items: center;
}

.form > div > input {
-moz-appearance: textfield;
}

.form > div > input::-webkit-outer-spin-button,
.form > div > input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.errors {
color: red;
font-weight: 600;
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default async function RootLayout({
<Navbar />
{children}
{/*<SpeedInsights />*/}
<Toaster position="bottom-right" richColors={true} closeButton={true} />
<Toaster position="bottom-right" richColors={true} />
<Footer />
</main>
</body>
Expand Down

0 comments on commit 961a91e

Please sign in to comment.