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 07b3ba4 commit 6fd6b3dCopy full SHA for 6fd6b3d
packages/web-reporter-ui/src/theme/colors.ts
@@ -4,7 +4,7 @@ export const themeColors = [
4
"bright-magenta",
5
"bright-cyan",
6
] as const;
7
-type ThemeColor = typeof themeColors[number];
+type ThemeColor = (typeof themeColors)[number];
8
9
let COLOR_PALETTE: string[] = [];
10
0 commit comments