Skip to content

Commit

Permalink
fix(core-theme): adjust disabled color for input (#3904)
Browse files Browse the repository at this point in the history
* fix(core-theme): adjust disabled color for `input`

* Create brave-maps-itch.md

---------

Co-authored-by: sarahgm <38324334+sarahgm@users.noreply.github.com>
  • Loading branch information
sebald and sarahgm committed May 14, 2024
1 parent f0c0bc1 commit 3e448ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-maps-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-core": patch
---

fix(core-theme): adjust disabled color for `input`
2 changes: 1 addition & 1 deletion themes/theme-core/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const colors = {
base: {
DEFAULT: brand[900],
hover: gray[800],
disabled: gray[300],
disabled: gray[500],
},
inverted: {
DEFAULT: gray[50],
Expand Down

0 comments on commit 3e448ed

Please sign in to comment.