Skip to content

Commit

Permalink
feat(data): fixing focus label color issue on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 30, 2024
1 parent e7d5751 commit 2b095e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/tokens/components/focus.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "color"
},
"label": {
"value": "{modes.color.interactive.focus.default}",
"value": "{modes.color.interactive.focus.content}",
"type": "color"
}
},
Expand Down
4 changes: 4 additions & 0 deletions data/tokens/modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,10 @@
"value": "{primitives.colors.black}",
"type": "color"
},
"content": {
"value": "{primitives.colors.black}",
"type": "color"
},
"withDefaultAlt": {
"value": "{primitives.colors.gold}",
"type": "color",
Expand Down
4 changes: 4 additions & 0 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,10 @@
"default": {
"value": "{primitives.colors.black}",
"type": "color"
},
"content": {
"value": "{primitives.colors.black}",
"type": "color"
}
},
"inactive": {
Expand Down

0 comments on commit 2b095e3

Please sign in to comment.