Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dull-socks-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zenml-io/react-component-library": minor
---

Update input styling
4 changes: 2 additions & 2 deletions src/components/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { cn } from "../../utilities";
export const inputVariants = cva(
cn([
"transition-all duration-200 rounded-md bg-theme-surface-primary",
"border-[#D0D5DD] border",
"border-border-moderate border",
"text-theme-text-primary",
"placeholder:text-theme-text-secondary",
"focus:border-neutral-500 focus:outline-none focus:shadow-sm",
"focus:border-primary-400 focus:outline-none focus:ring-[3px] ring-primary-25",
"disabled:bg-neutral-100 disabled:text-neutral-400"
]),
{
Expand Down