summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/styles
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/styles')
-rw-r--r--internal/tui/styles/icons.go12
1 files changed, 5 insertions, 7 deletions
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 = "⟳"
)