File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ function generateChonkTokens(colorScheme: typeof lightColors) {
309
309
content : {
310
310
primary : colorScheme . gray800 ,
311
311
muted : colorScheme . gray500 ,
312
- accent : colorScheme . blue300 ,
312
+ accent : colorScheme . blue500 ,
313
313
promotion : colorScheme . pink500 ,
314
314
danger : colorScheme . red400 ,
315
315
warning : colorScheme . yellow500 ,
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ const generateTokens = (colors: Colors) => ({
233
233
content : {
234
234
primary : colors . gray400 , // theme.textColor
235
235
muted : colors . gray300 , // theme.subText
236
- accent : colors . purple400 , // new
236
+ accent : colors . blue400 , // new
237
237
promotion : colors . pink400 , // new
238
238
danger : colors . red400 , // theme.errorText
239
239
warning : colors . yellow400 , // theme.warningText
You can’t perform that action at this time.
0 commit comments