From 6c1373c33212e26521701acf73c0398721b3a881 Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Fri, 15 Aug 2025 20:18:31 -0700 Subject: Revert "Update semantic color tokens" (#6365) --- packages/cli/src/ui/components/InputPrompt.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (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 3a87b76e..dcfdace3 100644 --- a/packages/cli/src/ui/components/InputPrompt.tsx +++ b/packages/cli/src/ui/components/InputPrompt.tsx @@ -559,7 +559,7 @@ export const InputPrompt: React.FC = ({ {buffer.text.length === 0 && placeholder ? ( focus ? ( - + {chalk.inverse(placeholder.slice(0, 1))} {placeholder.slice(1)} @@ -600,12 +600,7 @@ export const InputPrompt: React.FC = ({ } } return ( - - {display} - + {display} ); }) )} -- cgit v1.2.3