We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4928035 commit ad6bcffCopy full SHA for ad6bcff
static/app/views/detectors/components/detectorTypeForm.tsx
@@ -707,7 +707,7 @@ function MobileBuildVisualization() {
707
const danger = theme.colors.red400;
708
const accent =
709
theme.chart.getColorPalette(0)[0] ?? theme.tokens.graphics.accent.vibrant;
710
- const bg = theme.tokens.background.secondary;
+ const bg = theme.tokens.background.primary;
711
712
return (
713
<svg fill="none" viewBox="0 0 480 56">
0 commit comments