Skip to content

Commit c4fa527

Browse files
committed
fix(tokens): Justering av brand color-shades
1 parent e525ecd commit c4fa527

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

tokens/$themes.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,10 +786,12 @@
786786
"color.neutrals.background.secondary-dim": "414fbcc0b42c04fbd1299717a5181225d92f7d22",
787787
"color.neutrals.background.tertiary-dim": "5115dd3c64f36f7344f90d7e3e4e66ef4cfca41f",
788788
"color.neutrals.foreground.primary": "7b2ff23323a73b6f8edd49f2c37edea6954b8aaa",
789-
"color.neutrals.foreground.subtle": "6e13c02d15cf3087e46295c3477f15f4a909eff1",
790789
"color.neutrals.foreground.secondary": "10c4639425f61a800abba08dfa494d39ada3b4d3",
790+
"color.neutrals.foreground.subtle": "6e13c02d15cf3087e46295c3477f15f4a909eff1",
791+
"color.neutrals.foreground.faint": "8c234986013c9d4dc75e34485850dd3b54a7d913",
791792
"color.neutrals.foreground.inverted": "8005180da696d48ef536a96c6de2bebeca01a6d4",
792793
"color.neutrals.border.default": "20ca8407100173ab471d9cc300f1a3983368f183",
794+
"color.neutrals.border.emphasized": "eb05ea9fb11b7d919631446adecd9a48b7ebf586",
793795
"color.neutrals.border.mute": "5d9a8fc9b75c1ce8463f3178e9e6414b4d18b75a",
794796
"color.neutrals.border.subtle": "283146ae0147ec4b20f312edb29074250f5359fa",
795797
"color.neutrals.border.disabled": "a8444debb4e0f90291787d98e1b17d825155c091",
@@ -1152,8 +1154,10 @@
11521154
"color.neutrals.foreground.primary": "7b2ff23323a73b6f8edd49f2c37edea6954b8aaa",
11531155
"color.neutrals.foreground.secondary": "10c4639425f61a800abba08dfa494d39ada3b4d3",
11541156
"color.neutrals.foreground.subtle": "6e13c02d15cf3087e46295c3477f15f4a909eff1",
1157+
"color.neutrals.foreground.faint": "8c234986013c9d4dc75e34485850dd3b54a7d913",
11551158
"color.neutrals.foreground.inverted": "8005180da696d48ef536a96c6de2bebeca01a6d4",
11561159
"color.neutrals.border.default": "20ca8407100173ab471d9cc300f1a3983368f183",
1160+
"color.neutrals.border.emphasized": "eb05ea9fb11b7d919631446adecd9a48b7ebf586",
11571161
"color.neutrals.border.mute": "5d9a8fc9b75c1ce8463f3178e9e6414b4d18b75a",
11581162
"color.neutrals.border.subtle": "283146ae0147ec4b20f312edb29074250f5359fa",
11591163
"color.neutrals.border.disabled": "a8444debb4e0f90291787d98e1b17d825155c091",

tokens/brand/nve.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
},
145145
"800": {
146146
"$type": "color",
147-
"$value": "#3c3f44"
147+
"$value": "#303236"
148148
},
149149
"850": {
150150
"$type": "color",

tokens/brand/rme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
},
144144
"800": {
145145
"$type": "color",
146-
"$value": "#303D4C"
146+
"$value": "#303236"
147147
},
148148
"850": {
149149
"$type": "color",

tokens/public/theme/dark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"tertiary-dim": {
8585
"$type": "color",
86-
"$value": "{color-shades.grey.700}"
86+
"$value": "{color-shades.grey.800}"
8787
}
8888
},
8989
"foreground": {

tokens/public/theme/light.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"tertiary-dim": {
8383
"$type": "color",
84-
"$value": "{color-shades.grey.700}"
84+
"$value": "{color-shades.grey.800}"
8585
}
8686
},
8787
"foreground": {

0 commit comments

Comments
 (0)