Skip to content

Commit 2c3c161

Browse files
committed
rm-shadow-none
1 parent 48b2f7b commit 2c3c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Input/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const inputVariants = cva(
88
"border-border-moderate border",
99
"text-theme-text-primary",
1010
"placeholder:text-theme-text-secondary",
11-
"focus:border-primary-400 focus:outline-none focus:shadow-none focus:ring-[3px] ring-primary-25",
11+
"focus:border-primary-400 focus:outline-none focus:ring-[3px] ring-primary-25",
1212
"disabled:bg-neutral-100 disabled:text-neutral-400"
1313
]),
1414
{

0 commit comments

Comments
 (0)