Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 4d78b11

Browse files
chore: adding overlay.inverse colors to json (#715)
1 parent 3e325e9 commit 4d78b11

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/figma/darkTheme.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
"type": "color",
116116
"parent": "Theme Colors/Dark mode",
117117
"description": "For a stronger shade of screen"
118+
},
119+
"inverse": {
120+
"value": "{grey.000}",
121+
"type": "color",
122+
"parent": "Theme Colors/Dark mode",
123+
"description": "For elements used on top of overlay/alternative. Used for text, icon or border"
118124
}
119125
},
120126
"primary": {

src/figma/lightTheme.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
"type": "color",
116116
"parent": "Theme Colors/Light mode",
117117
"description": "For a stronger shade of screen"
118+
},
119+
"inverse": {
120+
"value": "{grey.000}",
121+
"type": "color",
122+
"parent": "Theme Colors/Light mode",
123+
"description": "For elements used on top of overlay/alternative. Used for text, icon or border"
118124
}
119125
},
120126
"primary": {

0 commit comments

Comments
 (0)