Skip to content

Commit ad6bcff

Browse files
committed
match bg
1 parent 4928035 commit ad6bcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/detectors/components/detectorTypeForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ function MobileBuildVisualization() {
707707
const danger = theme.colors.red400;
708708
const accent =
709709
theme.chart.getColorPalette(0)[0] ?? theme.tokens.graphics.accent.vibrant;
710-
const bg = theme.tokens.background.secondary;
710+
const bg = theme.tokens.background.primary;
711711

712712
return (
713713
<svg fill="none" viewBox="0 0 480 56">

0 commit comments

Comments
 (0)