Fix bottom border color

This commit is contained in:
jacob314
2026-02-17 08:34:59 -08:00
parent 366f1df120
commit 25baa158aa
12 changed files with 565 additions and 119 deletions
@@ -79,6 +79,8 @@ describe('ToolMessage Sticky Header Regression', () => {
data={['item1']}
renderItem={() => (
<ToolGroupMessage
borderColor="grey"
borderDimColor={false}
groupId={1}
toolCalls={toolCalls}
terminalWidth={terminalWidth - 2} // Account for ScrollableList padding
@@ -165,6 +167,8 @@ describe('ToolMessage Sticky Header Regression', () => {
data={['item1']}
renderItem={() => (
<ToolGroupMessage
borderColor="grey"
borderDimColor={false}
groupId={1}
toolCalls={toolCalls}
terminalWidth={terminalWidth - 2}