refactor(design): change the design of bash

This commit is contained in:
simosmik
2026-02-09 10:30:57 +00:00
committed by Haileyesus
parent cbe4bd9adf
commit 060405c8d6
2 changed files with 11 additions and 4 deletions

View File

@@ -42,12 +42,12 @@ export const TOOL_CONFIGS: Record<string, ToolDisplayConfig> = {
Bash: {
input: {
type: 'one-line',
icon: '$',
icon: 'terminal',
getValue: (input) => input.command,
getSecondary: (input) => input.description,
action: 'copy',
colorScheme: {
primary: 'text-green-600 dark:text-green-400',
primary: 'text-green-600 dark:text-green-400 font-mono',
secondary: 'text-gray-500 dark:text-gray-400'
}
},