From 4f2a1f7273d391171a49fe26d349a61cd3441a3d Mon Sep 17 00:00:00 2001 From: Gabriel Gordon-Hall Date: Mon, 15 Sep 2025 11:34:18 +0100 Subject: [PATCH] make tool name fonts consistent (#712) --- .../src/components/NormalizedConversation/EditDiffRenderer.tsx | 2 +- .../components/NormalizedConversation/FileChangeRenderer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/NormalizedConversation/EditDiffRenderer.tsx b/frontend/src/components/NormalizedConversation/EditDiffRenderer.tsx index ca44542f..5cce45a2 100644 --- a/frontend/src/components/NormalizedConversation/EditDiffRenderer.tsx +++ b/frontend/src/components/NormalizedConversation/EditDiffRenderer.tsx @@ -93,7 +93,7 @@ function EditDiffRenderer({

setExpanded()} - className="text-xs font-mono overflow-x-auto flex-1 cursor-pointer" + className="text-sm font-mono overflow-x-auto flex-1 cursor-pointer" > {path}{' '} diff --git a/frontend/src/components/NormalizedConversation/FileChangeRenderer.tsx b/frontend/src/components/NormalizedConversation/FileChangeRenderer.tsx index 23d3e387..0ff79a56 100644 --- a/frontend/src/components/NormalizedConversation/FileChangeRenderer.tsx +++ b/frontend/src/components/NormalizedConversation/FileChangeRenderer.tsx @@ -102,7 +102,7 @@ const FileChangeRenderer = ({ path, change, expansionKey }: Props) => { {icon}

expandable && setExpanded()} - className="text-xs font-mono overflow-x-auto flex-1 cursor-pointer" + className="text-sm font-light overflow-x-auto flex-1 cursor-pointer" > {titleNode}