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) --- .../cli/src/ui/components/ShellConfirmationDialog.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'packages/cli/src/ui/components/ShellConfirmationDialog.tsx') diff --git a/packages/cli/src/ui/components/ShellConfirmationDialog.tsx b/packages/cli/src/ui/components/ShellConfirmationDialog.tsx index 99273593..04e57364 100644 --- a/packages/cli/src/ui/components/ShellConfirmationDialog.tsx +++ b/packages/cli/src/ui/components/ShellConfirmationDialog.tsx @@ -7,7 +7,7 @@ import { ToolConfirmationOutcome } from '@google/gemini-cli-core'; import { Box, Text } from 'ink'; import React from 'react'; -import { theme } from '../semantic-colors.js'; +import { Colors } from '../colors.js'; import { RadioButtonSelect, RadioSelectItem, @@ -69,27 +69,23 @@ export const ShellConfirmationDialog: React.FC< - - Shell Command Execution - - - A custom command wants to run the following shell commands: - + Shell Command Execution + A custom command wants to run the following shell commands: {commands.map((cmd) => ( - + {cmd} ))} @@ -97,7 +93,7 @@ export const ShellConfirmationDialog: React.FC< - Do you want to proceed? + Do you want to proceed? -- cgit v1.2.3