Skip to content

Commit 0ab33f5

Browse files
committed
input styling
1 parent bc5232e commit 0ab33f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Input/Input.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { cn } from "../../utilities";
55
export const inputVariants = cva(
66
cn([
77
"transition-all duration-200 rounded-md bg-theme-surface-primary",
8-
"border-[#D0D5DD] border",
8+
"border-border-moderate border",
99
"text-theme-text-primary",
1010
"placeholder:text-theme-text-secondary",
11-
"focus:border-neutral-500 focus:outline-none focus:shadow-sm",
11+
"focus:border-primary-400 focus:outline-none focus:shadow-none focus:ring-[3px] ring-primary-25",
1212
"disabled:bg-neutral-100 disabled:text-neutral-400"
1313
]),
1414
{

0 commit comments

Comments
 (0)