Skip to content

Commit

Permalink
Fix Input placeholder color (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored Jan 9, 2024
1 parent 70fad5a commit dbe8571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-rocks-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": patch
---

Fixed Input placeholder color.
1 change: 1 addition & 0 deletions packages/core/src/input/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@

/* Style applied to placeholder text */
.saltInput-input::placeholder {
color: var(--salt-content-secondary-foreground);
font-weight: var(--salt-text-fontWeight-small);
}

Expand Down

1 comment on commit dbe8571

@vercel
Copy link

@vercel vercel bot commented on dbe8571 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.