Skip to content

Commit c376be9

Browse files
committed
Revert "fix(theme): Neutral chart color is white (#95201)"
This reverts commit 724b035.
1 parent 111464d commit c376be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/utils/theme/theme.chonk.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ export const DO_NOT_USE_lightChonkTheme: ChonkTheme = {
12221222
},
12231223

12241224
chart: {
1225-
neutral: color(lightColors.gray400).lighten(0.8).toString(),
1225+
neutral: color(lightColors.gray400).lighten(1.3).toString(),
12261226
colors: CHART_PALETTE_LIGHT,
12271227
getColorPalette: makeChartColorPalette(CHART_PALETTE_LIGHT),
12281228
},

0 commit comments

Comments
 (0)