diff options
| author | adamdottv <[email protected]> | 2025-05-12 10:45:03 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-12 10:45:03 -0500 |
| commit | 8cbfc581b5243aece96d32fc97c72ada5df3ae54 (patch) | |
| tree | f7a6c45d6ea3f767526e37f0104f020da9481ffe /internal/tui/components/logs | |
| parent | 4bb350a09ba5c88a830f4ab07fcc99b4febda0dc (diff) | |
| download | opencode-8cbfc581b5243aece96d32fc97c72ada5df3ae54.tar.gz opencode-8cbfc581b5243aece96d32fc97c72ada5df3ae54.zip | |
chore: cleanup
Diffstat (limited to 'internal/tui/components/logs')
| -rw-r--r-- | internal/tui/components/logs/details.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/components/logs/details.go b/internal/tui/components/logs/details.go index da6edff13..3b712fe15 100644 --- a/internal/tui/components/logs/details.go +++ b/internal/tui/components/logs/details.go @@ -96,7 +96,7 @@ func (i *detailCmp) updateContent() { valueStyle := lipgloss.NewStyle().Foreground(t.Text()) for key, value := range i.currentLog.Attributes { - attrLine := fmt.Sprintf("%s: %s", + attrLine := fmt.Sprintf("%s: %s", keyStyle.Render(key), valueStyle.Render(value), ) |
