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

Commit

Permalink
feat(color): action muted bg
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Feb 13, 2023
1 parent 93b570f commit 1eba67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,11 +2085,11 @@
"type": "color"
},
"hover": {
"value": "#dddddd",
"value": "rgba($color.black.800, 0.05)",
"type": "color"
},
"active": {
"value": "#dddddd",
"value": "rgba($color.black.800, 0.10)",
"type": "color"
}
},
Expand Down

0 comments on commit 1eba67d

Please sign in to comment.