Skip to content

Commit

Permalink
Merge branch 'master' into hiding-hamburger
Browse files Browse the repository at this point in the history
  • Loading branch information
origranot authored Oct 13, 2023
2 parents 3f19fac + cc96359 commit 4ec9a08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions apps/frontend/src/routes/register/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,9 @@ export default component$(() => {
<input
name="password"
type={store.passwordVisible ? 'text' : 'password'}
class="input input-bordered w-full max-w-xs focus:outline-0 dark:bg-base-300"
class="input input-bordered w-full max-w-xs pr-10 focus:outline-0 dark:bg-base-300"
autoComplete="on"
/>

<span
class="absolute right-2.5 cursor-pointer flex items-center"
onClick$={() => {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"zod": "^3.22.2"
"zod": "^3.22.3"
}
}

0 comments on commit 4ec9a08

Please sign in to comment.