From 8a0a2523ca50eabe1e0701ac049e2e5c7f61791a Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Thu, 5 Jun 2025 14:35:47 -0700 Subject: Allow themes to theme the UI (#769) --- packages/cli/src/ui/components/InputPrompt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/components/InputPrompt.tsx') diff --git a/packages/cli/src/ui/components/InputPrompt.tsx b/packages/cli/src/ui/components/InputPrompt.tsx index 7e4c8c8b..4d71e612 100644 --- a/packages/cli/src/ui/components/InputPrompt.tsx +++ b/packages/cli/src/ui/components/InputPrompt.tsx @@ -349,7 +349,7 @@ export const InputPrompt: React.FC = ({ {buffer.text.length === 0 && placeholder ? ( - {placeholder} + {placeholder} ) : ( linesToRender.map((lineText, visualIdxInRenderedSet) => { const cursorVisualRow = cursorVisualRowAbsolute - scrollVisualRow; -- cgit v1.2.3