Skip to content

Commit

Permalink
Fix quaternary button color (#944)
Browse files Browse the repository at this point in the history
Co-authored-by: sushitommy <>
  • Loading branch information
sushitommy authored Dec 10, 2024
1 parent 1e87e43 commit 6451d00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/late-dots-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@nl-rvo/design-tokens": patch
"@nl-rvo/css-button": patch
"@nl-rvo/component-library-css": patch
"@nl-rvo/component-library-react": patch
---

Fixed quaternary color for button
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"hover": {
"background-color": { "value": "{rvo.color.groen-750}" },
"border-color": { "value": "{rvo.color.groen-750}" },
"color": { "value": "{rvo.color.wit}" }
"color": { "value": "{rvo.color.zwart}" }
},
"disabled": {
"border-color": { "value": "{rvo.color.grijs-200}" },
Expand Down

0 comments on commit 6451d00

Please sign in to comment.