From 9ad615c2a486675c4ad75c986a0a5dbd8f8b030e Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Fri, 6 Jun 2025 08:05:00 -0700 Subject: [PATCH] Fix build break due to changes to theme. (#796) --- packages/cli/src/ui/themes/no-color.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/ui/themes/no-color.ts b/packages/cli/src/ui/themes/no-color.ts index f549f5de..8ddb57fd 100644 --- a/packages/cli/src/ui/themes/no-color.ts +++ b/packages/cli/src/ui/themes/no-color.ts @@ -17,7 +17,7 @@ const noColorColorsTheme: ColorsTheme = { AccentGreen: '', AccentYellow: '', AccentRed: '', - SubtleComment: '', + Comment: '', Gray: '', };