diff --git a/src/renderer/components/team/ToolApprovalSheet.tsx b/src/renderer/components/team/ToolApprovalSheet.tsx index 18efa0df..ed696cf0 100644 --- a/src/renderer/components/team/ToolApprovalSheet.tsx +++ b/src/renderer/components/team/ToolApprovalSheet.tsx @@ -332,6 +332,7 @@ const ToolInputPreview = ({ style={{ backgroundColor: 'var(--color-surface)', borderColor: 'var(--color-border)', + color: 'var(--color-text-secondary)', }} > {/* highlightLines uses hljs which HTML-escapes all input text, producing only tags. @@ -341,7 +342,6 @@ const ToolInputPreview = ({
))} diff --git a/src/renderer/components/team/dialogs/ToolApprovalSettingsPanel.tsx b/src/renderer/components/team/dialogs/ToolApprovalSettingsPanel.tsx index ad5f7218..5e314c0c 100644 --- a/src/renderer/components/team/dialogs/ToolApprovalSettingsPanel.tsx +++ b/src/renderer/components/team/dialogs/ToolApprovalSettingsPanel.tsx @@ -96,7 +96,7 @@ export const ToolApprovalSettingsPanel: React.FC = () => { - + Wait forever Allow Deny