Skip to content

Commit 07b3ba4

Browse files
chore(prettify): pretiffy code
1 parent 9b072a7 commit 07b3ba4

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)