Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(color): dark disabled, muted, placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Feb 11, 2023
1 parent 18714d5 commit 1537a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1899,15 +1899,15 @@
"type": "color"
},
"muted": {
"value": "rgba($color.black.800, 0.5)",
"value": "rgba($color.black.800, 0.6)",
"type": "color"
},
"placeholder": {
"value": "{color.black.500}",
"value": "{color.black.600}",
"type": "color"
},
"disabled": {
"value": "{color.black.500}",
"value": "{color.black.600}",
"type": "color"
},
"critical": {
Expand Down

0 comments on commit 1537a85

Please sign in to comment.