Skip to content

Commit c519da0

Browse files
authored
Merge pull request #918 from rumpl/args-render
Remove the borders from the tool args and result
2 parents 2d1bf9c + bd40091 commit c519da0

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

pkg/tui/styles/styles.go

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -321,18 +321,11 @@ var (
321321
BorderForeground(BorderSecondary).
322322
Background(BackgroundAlt)
323323

324-
ToolCallArgs = BaseStyle.
325-
BorderLeft(true).
326-
BorderStyle(lipgloss.RoundedBorder()).
327-
BorderForeground(BorderSecondary)
324+
ToolCallArgs = BaseStyle
325+
ToolCallResult = BaseStyle
328326

329327
ToolCallArgKey = BaseStyle.Bold(true).Foreground(TextSecondary)
330328

331-
ToolCallResult = BaseStyle.
332-
BorderLeft(true).
333-
BorderStyle(lipgloss.RoundedBorder()).
334-
BorderForeground(BorderSecondary)
335-
336329
ToolCallResultKey = BaseStyle.
337330
Bold(true).
338331
Foreground(TextSecondary)

0 commit comments

Comments
 (0)