From cc98cf02faa42f921d45cb6be0eb3f3f3094459d Mon Sep 17 00:00:00 2001 From: john Date: Mon, 29 Jun 2026 11:28:54 +0800 Subject: [PATCH] style(chat): highlight tap-to-open hint --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 3153151..bd75192 100644 --- a/src/index.css +++ b/src/index.css @@ -277,7 +277,8 @@ body, display: block; margin-top: 6px; font-size: 11px; - color: var(--color-text-secondary); + color: #f2b544; + font-weight: 600; } .sidebar-item-confirming .sidebar-item {