Skip to content

Commit

Permalink
chore: adding overlay.inverse colors to json (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall authored May 30, 2024
1 parent 3e325e9 commit 4d78b11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/figma/darkTheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For a stronger shade of screen"
},
"inverse": {
"value": "{grey.000}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For elements used on top of overlay/alternative. Used for text, icon or border"
}
},
"primary": {
Expand Down
6 changes: 6 additions & 0 deletions src/figma/lightTheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
"type": "color",
"parent": "Theme Colors/Light mode",
"description": "For a stronger shade of screen"
},
"inverse": {
"value": "{grey.000}",
"type": "color",
"parent": "Theme Colors/Light mode",
"description": "For elements used on top of overlay/alternative. Used for text, icon or border"
}
},
"primary": {
Expand Down

0 comments on commit 4d78b11

Please sign in to comment.