Skip to content

Commit d284819

Browse files
authored
Black theme fix badge color (codesandbox#3254)
* move grays800 to grays900 * add gray 800 * swap gray500 with gray600 - part 1 * swap gray500 with gray600 - part 2 * swap gray500 with gray600 - part 3/3 * change template color to work with black theme
1 parent 1990da5 commit d284819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/themes/codesandbox-black.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const colors = {
2020
border: tokens.grays[600],
2121
},
2222
activityBarBadge: {
23-
background: tokens.reds[500],
23+
background: tokens.grays[500],
2424
},
2525
button: {
2626
background: tokens.blues[600],

0 commit comments

Comments
 (0)