diff --git a/packages/tui/src/routes/session/index.tsx b/packages/tui/src/routes/session/index.tsx index 592e0715a9..4835ce247e 100644 --- a/packages/tui/src/routes/session/index.tsx +++ b/packages/tui/src/routes/session/index.tsx @@ -2279,7 +2279,7 @@ function BlockTool(props: { paddingLeft={2} gap={1} backgroundColor={ - hover() ? themeV2.background.action.secondary() : themeV2.background() + hover() ? themeV2.background.action.secondary("focused") : themeV2.background() } customBorderChars={SplitBorder.customBorderChars} borderColor={themeV2.background()}