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 9b072a7 commit 07b3ba4Copy full SHA for 07b3ba4
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