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 a3ecb4eCopy full SHA for a3ecb4e
.changeset/dull-socks-prove.md
@@ -0,0 +1,5 @@
1
+---
2
+"@zenml-io/react-component-library": minor
3
4
+
5
+Update input styling
src/components/Input/Input.tsx
@@ -5,10 +5,10 @@ import { cn } from "../../utilities";
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:ring-[3px] ring-primary-25",
12
"disabled:bg-neutral-100 disabled:text-neutral-400"
13
]),
14
{
0 commit comments