Skip to content

Commit

Permalink
improved color contrast of tabs and select in sl dark
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleRameau committed Apr 3, 2024
1 parent fc7030d commit f58084c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/tokens/src/sanoma-learning/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -3575,7 +3575,7 @@
},
"divider": {
"line": {
"value": "{color.palette.neutral.600}",
"value": "{color.palette.neutral.700}",
"type": "color"
}
},
Expand Down Expand Up @@ -3986,11 +3986,11 @@
},
"listbox": {
"border": {
"value": "{color.palette.neutral.600}",
"value": "{color.palette.neutral.400}",
"type": "color"
},
"background": {
"value": "{color.palette.neutral.900}",
"value": "{body.background}",
"type": "color"
}
}
Expand Down Expand Up @@ -4037,7 +4037,7 @@
"type": "color"
},
"border": {
"value": "{color.palette.neutral.200}",
"value": "{color.palette.neutral.700}",
"type": "color"
},
"indicator": {
Expand All @@ -4055,21 +4055,21 @@
"type": "color"
},
"border": {
"value": "{color.palette.neutral.200}",
"value": "{color.palette.neutral.700}",
"type": "color"
}
},
"disabled": {
"background": {
"value": "{body.background}",
"value": "{color.palette.neutral.700}",
"type": "color"
},
"foreground": {
"value": "{color.palette.neutral.200}",
"value": "{color.palette.neutral.400}",
"type": "color"
},
"border": {
"value": "{color.palette.neutral.200}",
"value": "{color.palette.neutral.700}",
"type": "color"
}
},
Expand All @@ -4083,7 +4083,7 @@
"type": "color"
},
"border": {
"value": "{color.palette.neutral.200}",
"value": "{color.palette.neutral.700}",
"type": "color"
}
},
Expand All @@ -4097,7 +4097,7 @@
"type": "color"
},
"border": {
"value": "{color.palette.neutral.200}",
"value": "{color.palette.neutral.700}",
"type": "color"
}
},
Expand Down Expand Up @@ -4175,7 +4175,7 @@
"type": "color"
},
"border": {
"value": "{color.palette.neutral.800}",
"value": "{color.palette.neutral.700}",
"type": "color"
}
},
Expand Down

0 comments on commit f58084c

Please sign in to comment.