Skip to content

Commit 2396e42

Browse files
authored
Update tokens.json
1 parent fe4e0b0 commit 2396e42

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tokens.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@
185185
},
186186
"accent": {
187187
"default": {
188-
"value": "{colors.red.500}",
188+
"value": "{colors.blue.500}",
189189
"type": "color"
190190
},
191191
"subtle": {
192-
"value": "{colors.red.50}",
192+
"value": "{colors.blue.50}",
193193
"type": "color"
194194
}
195195
}
@@ -199,7 +199,7 @@
199199
"theme": {
200200
"bg": {
201201
"default": {
202-
"value": "{colors.red.800}",
202+
"value": "{colors.black}",
203203
"type": "color"
204204
},
205205
"subtle": {
@@ -221,7 +221,7 @@
221221
"type": "color"
222222
},
223223
"muted": {
224-
"value": "{colors.red.200}",
224+
"value": "{colors.grey.200}",
225225
"type": "color"
226226
},
227227
"subtle": {
@@ -231,14 +231,14 @@
231231
},
232232
"accent": {
233233
"default": {
234-
"value": "{colors.red.500}",
234+
"value": "{colors.blue.500}",
235235
"type": "color"
236236
},
237237
"subtle": {
238-
"value": "{colors.red.950}",
238+
"value": "{colors.blue.950}",
239239
"type": "color"
240240
}
241241
}
242242
}
243243
}
244-
}
244+
}

0 commit comments

Comments
 (0)