Skip to content

Commit

Permalink
switch color
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Nov 27, 2023
1 parent 593aabb commit 22827f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-viewer/src/utils/ColorUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function generateColorsForInterval(
const matchColors: { red: number; green: number; blue: number }[] = [
{ red: 255, green: 61, blue: 0 },
{ red: 0, green: 133, blue: 255 },
{ red: 255, green: 0, blue: 122 },
{ red: 255, green: 122, blue: 0 },
{ red: 255, green: 245, blue: 0 },
{ red: 0, green: 255, blue: 255 },
{ red: 112, green: 0, blue: 255 },
Expand Down

0 comments on commit 22827f0

Please sign in to comment.