Skip to content

Commit 5d9ae38

Browse files
committed
Update input border color
1 parent 6c31951 commit 5d9ae38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-components/src/components/ui

packages/react-components/src/components/ui/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Input({ className, type, ...props }: React.ComponentProps<"input">) {
88
type={type}
99
data-slot="input"
1010
className={cn(
11-
"h-[36px] file:text-foreground placeholder:text-(--color-elements-disabled) selection:bg-primary selection:text-primary-foreground border-input flex w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:text-(--color-elements-assistive) md:text-sm",
11+
"h-9 file:text-foreground placeholder:text-(--color-elements-disabled) selection:bg-primary selection:text-primary-foreground border-border-primary flex w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:text-(--color-elements-assistive) md:text-sm",
1212
"focus-visible:border-(--color-border-XS-regular-hover)",
1313
"disabled:bg-(--color-surface-1)",
1414
"aria-invalid:ring-destructive aria-invalid:text-(--color-critical-default) aria-invalid:border-destructive",

0 commit comments

Comments
 (0)