Skip to content

Commit e8a80b8

Browse files
committed
Updated UI colour semantic names
1 parent 6d991c2 commit e8a80b8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tokens.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,57 +1373,57 @@
13731373
}
13741374
},
13751375
"information": {
1376-
"10": {
1376+
"light": {
13771377
"value": "{color.UI.blue.10}",
13781378
"type": "color"
13791379
},
1380-
"40": {
1380+
"mid": {
13811381
"value": "{color.UI.blue.40}",
13821382
"type": "color"
13831383
},
1384-
"60": {
1384+
"dark": {
13851385
"value": "{color.UI.blue.60}",
13861386
"type": "color"
13871387
}
13881388
},
13891389
"success": {
1390-
"10": {
1390+
"light": {
13911391
"value": "{color.UI.green.10}",
13921392
"type": "color"
13931393
},
1394-
"40": {
1394+
"mid": {
13951395
"value": "{color.UI.green.40}",
13961396
"type": "color"
13971397
},
1398-
"60": {
1398+
"dark": {
13991399
"value": "{color.UI.green.60}",
14001400
"type": "color"
14011401
}
14021402
},
14031403
"warning": {
1404-
"10": {
1404+
"light": {
14051405
"value": "{color.UI.yellow.10}",
14061406
"type": "color"
14071407
},
1408-
"40": {
1408+
"mid": {
14091409
"value": "{color.UI.yellow.40}",
14101410
"type": "color"
14111411
},
1412-
"60": {
1412+
"dark": {
14131413
"value": "{color.UI.yellow.60}",
14141414
"type": "color"
14151415
}
14161416
},
14171417
"error": {
1418-
"10": {
1418+
"light": {
14191419
"value": "{color.UI.red.10}",
14201420
"type": "color"
14211421
},
1422-
"40": {
1422+
"mid": {
14231423
"value": "{color.UI.red.40}",
14241424
"type": "color"
14251425
},
1426-
"60": {
1426+
"dark": {
14271427
"value": "{color.UI.red.60}",
14281428
"type": "color"
14291429
}

0 commit comments

Comments
 (0)