Skip to content

Commit

Permalink
improved color contrast tooltip SL light and dark
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleRameau committed Apr 3, 2024
1 parent 3826614 commit 4f2fc3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tokens/src/sanoma-learning/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@
},
"tooltip": {
"background": {
"value": "{color.palette.accent.200}",
"value": "{color.palette.white.base}",
"type": "color"
},
"foreground": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/src/sanoma-learning/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -3537,7 +3537,7 @@
},
"tooltip": {
"background": {
"value": "{color.palette.accent.900}",
"value": "{color.palette.black.base}",
"type": "color"
},
"foreground": {
Expand Down

0 comments on commit 4f2fc3c

Please sign in to comment.