Skip to content

Commit

Permalink
Merge branch 'master' into fix/filter-behavioral-cohorts-in-ff-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus authored Jan 23, 2025
2 parents e759568 + 7439493 commit d433d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/experiments/MetricsView/DeltaChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function DeltaChart({
const { isDarkModeOn } = useValues(themeLogic)
const COLORS = {
TICK_TEXT_COLOR: 'var(--text-secondary-3000)',
BOUNDARY_LINES: 'var(--accent-primary)',
BOUNDARY_LINES: 'var(--border-primary)',
ZERO_LINE: 'var(--border-bold)',
BAR_NEGATIVE: isDarkModeOn ? '#c32f45' : '#f84257',
BAR_POSITIVE: isDarkModeOn ? '#12a461' : '#36cd6f',
Expand Down

0 comments on commit d433d37

Please sign in to comment.