Skip to content

Commit a3ecb4e

Browse files
authored
style: adjust input styles (#108)
1 parent bc5232e commit a3ecb4e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/dull-socks-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@zenml-io/react-component-library": minor
3+
---
4+
5+
Update input styling

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:ring-[3px] ring-primary-25",
1212
"disabled:bg-neutral-100 disabled:text-neutral-400"
1313
]),
1414
{

0 commit comments

Comments
 (0)