From 0138a47fcb34ed7d99a2b92bac72e6d59363efd5 Mon Sep 17 00:00:00 2001 From: dj-oyu <68707227+dj-oyu@users.noreply.github.com> Date: Sun, 22 Feb 2026 06:57:18 +0900 Subject: [PATCH] fix: use text color for Refresh button instead of hint Co-Authored-By: Claude Opus 4.6 --- pkg/miniapp/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/miniapp/static/index.html b/pkg/miniapp/static/index.html index 204e4a0b0..e8e287534 100644 --- a/pkg/miniapp/static/index.html +++ b/pkg/miniapp/static/index.html @@ -341,7 +341,7 @@ border-radius: 12px; border: 1px solid var(--hint); background: linear-gradient(to bottom, var(--bg), var(--secondary-bg)); - color: var(--hint); + color: var(--text); font-size: 14px; cursor: pointer; margin-top: 8px;