Skip to content

Commit e038615

Browse files
committed
Updating dialog background colour in dark mode.
1 parent 72afe59 commit e038615

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

tokens/themes/classic.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1160,8 +1160,7 @@
11601160
},
11611161
"active": {
11621162
"value": "{click.global.color.background.muted}",
1163-
"type": "color",
1164-
"$extensions": {}
1163+
"type": "color"
11651164
},
11661165
"disabled": {
11671166
"value": "{click.button.basic.color.primary.background.disabled}",
@@ -1215,8 +1214,7 @@
12151214
},
12161215
"active": {
12171216
"value": "{palette.neutral.900}",
1218-
"type": "color",
1219-
"$extensions": {}
1217+
"type": "color"
12201218
},
12211219
"disabled": {
12221220
"value": "{click.field.color.stroke.disabled}",

tokens/themes/dark.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2727,8 +2727,7 @@
27272727
},
27282728
"active": {
27292729
"value": "{palette.brand.300}",
2730-
"type": "color",
2731-
"$extensions": {}
2730+
"type": "color"
27322731
},
27332732
"disabled": {
27342733
"value": "{click.field.color.stroke.disabled}",
@@ -3056,7 +3055,7 @@
30563055
},
30573056
"opaqueBackground": {
30583057
"default": {
3059-
"value": "{palette.neutral.100}",
3058+
"value": "{palette.neutral.300}",
30603059
"type": "color",
30613060
"$extensions": {
30623061
"studio.tokens": {

tokens/themes/light.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1364,8 +1364,7 @@
13641364
},
13651365
"active": {
13661366
"value": "{click.global.color.background.muted}",
1367-
"type": "color",
1368-
"$extensions": {}
1367+
"type": "color"
13691368
},
13701369
"disabled": {
13711370
"value": "{click.button.basic.color.primary.background.disabled}",
@@ -1419,8 +1418,7 @@
14191418
},
14201419
"active": {
14211420
"value": "{palette.neutral.900}",
1422-
"type": "color",
1423-
"$extensions": {}
1421+
"type": "color"
14241422
},
14251423
"disabled": {
14261424
"value": "{click.field.color.stroke.disabled}",

0 commit comments

Comments
 (0)