Skip to content

Commit 6fd6b3d

Browse files
Revert "chore(prettify): pretiffy code"
This reverts commit 07b3ba4.
1 parent 07b3ba4 commit 6fd6b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-reporter-ui/src/theme/colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const themeColors = [
44
"bright-magenta",
55
"bright-cyan",
66
] as const;
7-
type ThemeColor = typeof themeColors[number];
7+
type ThemeColor = (typeof themeColors)[number];
88

99
let COLOR_PALETTE: string[] = [];
1010

0 commit comments

Comments
 (0)