From c140001de5eef81b48ba0789c1bd6d40dd755074 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Wed, 30 Apr 2025 07:24:16 -0500 Subject: [PATCH] fix: info and hint icons --- internal/tui/styles/icons.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go index 96d1b8976a..314e8d85ba 100644 --- a/internal/tui/styles/icons.go +++ b/internal/tui/styles/icons.go @@ -6,8 +6,9 @@ const ( CheckIcon string = "✓" ErrorIcon string = "✖" WarningIcon string = "⚠" - InfoIcon string = "" - HintIcon string = "i" + InfoIcon string = "ℹ" + HintIcon string = "💡" SpinnerIcon string = "..." LoadingIcon string = "⟳" -) \ No newline at end of file +) +