From 7bc542abff85d18112b3e61556659a496d6dc668 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:23:19 -0500 Subject: fix: better diagnostics visual --- internal/tui/styles/icons.go | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'internal/tui/styles') diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go index 9ed9624d4..e71080275 100644 --- a/internal/tui/styles/icons.go +++ b/internal/tui/styles/icons.go @@ -3,11 +3,9 @@ package styles const ( OpenCodeIcon string = "⌬" - CheckIcon string = "✓" - ErrorIcon string = "✖" - WarningIcon string = "⚠" - InfoIcon string = "ℹ" - HintIcon string = "➤" - SpinnerIcon string = "..." - LoadingIcon string = "⟳" + ErrorIcon string = "ⓧ" + WarningIcon string = "ⓦ" + InfoIcon string = "ⓘ" + HintIcon string = "ⓗ" + SpinnerIcon string = "⟳" ) -- cgit v1.2.3