Skip to content

Commit 724b035

Browse files
ArthurKnausconstantinius
authored andcommitted
fix(theme): Neutral chart color is white (#95201)
Not sure why the same logic returns a different result now that is not in a hook anymore. However, the color ended up being white after moving this to the theme and this PR fixes it.
1 parent 8143000 commit 724b035

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(1.3).toString(),
1225+
neutral: color(lightColors.gray400).lighten(0.8).toString(),
12261226
colors: CHART_PALETTE_LIGHT,
12271227
getColorPalette: makeChartColorPalette(CHART_PALETTE_LIGHT),
12281228
},

0 commit comments

Comments
 (0)