Skip to content

Commit 28b9f5d

Browse files
committed
fix input text size
1 parent 7ecf115 commit 28b9f5d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/app/(ee)/admin.dub.co/(dashboard)/components/ban-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Form = () => {
4848
disabled={pending}
4949
autoComplete="off"
5050
className={cn(
51-
"block w-full rounded-r-md border-neutral-300 text-sm text-neutral-900 placeholder-neutral-400 focus:border-neutral-500 focus:outline-none focus:ring-neutral-500 sm:text-base",
51+
"block w-full rounded-r-md border-neutral-300 text-neutral-900 placeholder-neutral-400 focus:border-neutral-500 focus:outline-none focus:ring-neutral-500 sm:text-sm",
5252
pending && "bg-neutral-100",
5353
)}
5454
placeholder="IG47WZs"

apps/web/app/(ee)/admin.dub.co/(dashboard)/components/impersonate-user.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Form = () => {
7979
disabled={pending}
8080
autoComplete="off"
8181
className={cn(
82-
"block w-full rounded-md border-neutral-300 text-sm text-neutral-900 placeholder-neutral-400 focus:border-neutral-500 focus:outline-none focus:ring-neutral-500 sm:text-base",
82+
"block w-full rounded-md border-neutral-300 text-neutral-900 placeholder-neutral-400 focus:border-neutral-500 focus:outline-none focus:ring-neutral-500 sm:text-sm",
8383
pending && "bg-neutral-100",
8484
)}
8585
placeholder="stey@vercel.com"

apps/web/app/(ee)/admin.dub.co/(dashboard)/components/impersonate-workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Form = () => {
5252
disabled={pending}
5353
autoComplete="off"
5454
className={cn(
55-
"block w-full rounded-r-md border-neutral-300 text-sm text-neutral-900 placeholder-neutral-400 focus:border-neutral-500 focus:outline-none focus:ring-neutral-500 sm:text-base",
55+
"block w-full rounded-r-md border-neutral-300 text-neutral-900 placeholder-neutral-400 focus:border-neutral-500 focus:outline-none focus:ring-neutral-500 sm:text-sm",
5656
pending && "bg-neutral-100",
5757
)}
5858
placeholder="owd"

apps/web/app/(ee)/admin.dub.co/(dashboard)/components/refresh-domain.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Form = () => {
4545
disabled={pending}
4646
autoComplete="off"
4747
className={cn(
48-
"block w-full rounded-md border-neutral-300 text-sm text-neutral-900 placeholder-neutral-400 focus:border-neutral-500 focus:outline-none focus:ring-neutral-500 sm:text-base",
48+
"block w-full rounded-md border-neutral-300 text-neutral-900 placeholder-neutral-400 focus:border-neutral-500 focus:outline-none focus:ring-neutral-500 sm:text-sm",
4949
pending && "bg-neutral-100",
5050
)}
5151
placeholder="acme.com"

0 commit comments

Comments
 (0)