summaryrefslogtreecommitdiff
path: root/packages/cli/src
diff options
context:
space:
mode:
authorJacob Richman <[email protected]>2025-06-06 08:05:00 -0700
committerGitHub <[email protected]>2025-06-06 08:05:00 -0700
commit9ad615c2a486675c4ad75c986a0a5dbd8f8b030e (patch)
tree80a3d715349cacbe4fca371dda3b157e1ea8ce2a /packages/cli/src
parent4262f5b0de6933c5dd475a4f081ff09e97583bfa (diff)
Fix build break due to changes to theme. (#796)
Diffstat (limited to 'packages/cli/src')
-rw-r--r--packages/cli/src/ui/themes/no-color.ts2
1 files changed, 1 insertions, 1 deletions
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: '',
};