We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5232e commit 0ab33f5Copy full SHA for 0ab33f5
src/components/Input/Input.tsx
@@ -5,10 +5,10 @@ import { cn } from "../../utilities";
5
export const inputVariants = cva(
6
cn([
7
"transition-all duration-200 rounded-md bg-theme-surface-primary",
8
- "border-[#D0D5DD] border",
+ "border-border-moderate border",
9
"text-theme-text-primary",
10
"placeholder:text-theme-text-secondary",
11
- "focus:border-neutral-500 focus:outline-none focus:shadow-sm",
+ "focus:border-primary-400 focus:outline-none focus:shadow-none focus:ring-[3px] ring-primary-25",
12
"disabled:bg-neutral-100 disabled:text-neutral-400"
13
]),
14
{
0 commit comments