atmosphere explorer pds.ls
tool typescript atproto

fix: properly size login icon #12

merged opened by t1c.dev targeting main from t1c.dev/pdsls: fix/login-icon

Before it was very tiny....I'd add screenshots here if tangled had an image upload function 🥲

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:4d3footpr6lgq6hy5m74xdmm/sh.tangled.repo.pull/3m3iwnspfgk22
+1 -1
Diff #0
+1 -1
src/components/login.tsx
··· 70 <div class="dark:bg-dark-100 dark:shadow-dark-700 flex grow items-center gap-2 rounded-lg border-[0.5px] border-neutral-300 bg-white px-2 shadow-xs focus-within:outline-[1px] focus-within:outline-neutral-600 dark:border-neutral-600 dark:focus-within:outline-neutral-400"> 71 <label 72 for="handle" 73 - class="iconify lucide--user-round-plus text-neutral-500 dark:text-neutral-400" 74 ></label> 75 <input 76 type="text"
··· 70 <div class="dark:bg-dark-100 dark:shadow-dark-700 flex grow items-center gap-2 rounded-lg border-[0.5px] border-neutral-300 bg-white px-2 shadow-xs focus-within:outline-[1px] focus-within:outline-neutral-600 dark:border-neutral-600 dark:focus-within:outline-neutral-400"> 71 <label 72 for="handle" 73 + class="iconify lucide--user-round-plus shrink-0 text-neutral-500 dark:text-neutral-400" 74 ></label> 75 <input 76 type="text"

History

1 round 0 comments
sign up or login to add to the discussion
t1c.dev submitted #0
1 commit
expand
fix: user-plus icon size
expand 0 comments
pull request successfully merged