We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d1bf9c + bd40091 commit c519da0Copy full SHA for c519da0
1 file changed
pkg/tui/styles/styles.go
@@ -321,18 +321,11 @@ var (
321
BorderForeground(BorderSecondary).
322
Background(BackgroundAlt)
323
324
- ToolCallArgs = BaseStyle.
325
- BorderLeft(true).
326
- BorderStyle(lipgloss.RoundedBorder()).
327
- BorderForeground(BorderSecondary)
+ ToolCallArgs = BaseStyle
+ ToolCallResult = BaseStyle
328
329
ToolCallArgKey = BaseStyle.Bold(true).Foreground(TextSecondary)
330
331
- ToolCallResult = BaseStyle.
332
333
334
335
-
336
ToolCallResultKey = BaseStyle.
337
Bold(true).
338
Foreground(TextSecondary)
0 commit comments