summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-04-30 07:24:16 -0500
committeradamdottv <[email protected]>2025-04-30 07:47:14 -0500
commita42175c067dd6b3e594d1e8de4f39a441bd9603b (patch)
treeeeb43816c76939a43ed165a46e4a26e86de63cfc
parent8497145db277fa849195150043a0ffa19da99403 (diff)
downloadopencode-a42175c067dd6b3e594d1e8de4f39a441bd9603b.tar.gz
opencode-a42175c067dd6b3e594d1e8de4f39a441bd9603b.zip
fix: info and hint icons
-rw-r--r--internal/tui/styles/icons.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go
index 96d1b8976..314e8d85b 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
+)
+