Skip to content

Commit d78a558

Browse files
(updated) visx background color
1 parent dba8cb1 commit d78a558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/PerformanceVisx.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const purple1 = "#6c5efb";
3939
const purple2 = "#c998ff";
4040
const purple4 = "#00ffff ";
4141
const purple3 = "#a44afe";
42-
const background = "#eaedff";
42+
const background = "#242529";
4343
const defaultMargin = { top: 40, right: 0, bottom: 0, left: 0 };
4444
const tooltipStyles = {
4545
...defaultStyles,

0 commit comments

Comments
 (0)