From 8cea0883824de2cfb0627069333c579ea41648ee Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Wed, 17 Dec 2025 16:45:23 +0100 Subject: [PATCH] chore(chat): remove unused style --- internal/ui/styles/styles.go | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/internal/ui/styles/styles.go b/internal/ui/styles/styles.go index f16a080662c160c9e7c1ac9ca05dc6dae362f988..d6f96474c7daf3397ebebb9b819b2388790d7a95 100644 --- a/internal/ui/styles/styles.go +++ b/internal/ui/styles/styles.go @@ -199,11 +199,10 @@ type Styles struct { SectionHeader lipgloss.Style // Thinking section styles - ThinkingBox lipgloss.Style // Background for thinking content - ThinkingTruncationHint lipgloss.Style // "… (N lines hidden)" hint - ThinkingFooterTitle lipgloss.Style // "Thought for" text - ThinkingFooterDuration lipgloss.Style // Duration value - ThinkingFooterCancelled lipgloss.Style // "*Canceled*" text + ThinkingBox lipgloss.Style // Background for thinking content + ThinkingTruncationHint lipgloss.Style // "… (N lines hidden)" hint + ThinkingFooterTitle lipgloss.Style // "Thought for" text + ThinkingFooterDuration lipgloss.Style // Duration value } } @@ -1069,7 +1068,6 @@ func DefaultStyles() Styles { s.Chat.Message.ThinkingTruncationHint = s.Muted s.Chat.Message.ThinkingFooterTitle = s.Muted s.Chat.Message.ThinkingFooterDuration = s.Subtle - s.Chat.Message.ThinkingFooterCancelled = s.Subtle // Text selection. s.TextSelection = lipgloss.NewStyle().Foreground(charmtone.Salt).Background(charmtone.Charple)