summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/App.tsx
diff options
context:
space:
mode:
authorJacob Richman <[email protected]>2025-06-06 07:55:28 -0700
committerGitHub <[email protected]>2025-06-06 07:55:28 -0700
commit4262f5b0de6933c5dd475a4f081ff09e97583bfa (patch)
tree4ec00eccb9de3ca5832c21496e7c8bd176baa4de /packages/cli/src/ui/App.tsx
parentc80ff146d27f0afc159456c2c40844f281bc18a8 (diff)
feat(cli): respect the NO_COLOR env variable (#772)
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
-rw-r--r--packages/cli/src/ui/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx
index 84c15c8c..b90f8d70 100644
--- a/packages/cli/src/ui/App.tsx
+++ b/packages/cli/src/ui/App.tsx
@@ -136,7 +136,7 @@ export const App = ({
openThemeDialog,
handleThemeSelect,
handleThemeHighlight,
- } = useThemeCommand(settings, setThemeError);
+ } = useThemeCommand(settings, setThemeError, addItem);
useEffect(() => {
if (config) {