From 8487cae5cdfa209d7b7c7d7f60f71167dd47fbb9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 18 Sep 2026 14:04:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(theme):=20=E7=A1=AC=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E6=9A=97=E8=89=B2=E5=AD=97=E4=BD=93=E8=89=B2=E6=94=B9var(--ink?= =?UTF-8?q?-N)=E4=B8=BB=E9=A2=98=E5=8F=98=E9=87=8F(1=E6=96=87=E4=BB=B6)?= =?UTF-8?q?=E2=80=94=E2=80=94=E6=9A=97=E8=89=B2=E4=B8=BB=E9=A2=98=E4=B8=8B?= =?UTF-8?q?=E6=B7=B1=E8=89=B2=E6=96=87=E5=AD=97=E4=B8=8D=E5=8F=AF=E8=A7=81?= =?UTF-8?q?=E6=B2=BB=E7=90=862026-09-17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/api/agent_project_popup.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/api/agent_project_popup.dspy b/wwwroot/api/agent_project_popup.dspy index f4f5220..1ef2d25 100644 --- a/wwwroot/api/agent_project_popup.dspy +++ b/wwwroot/api/agent_project_popup.dspy @@ -300,7 +300,7 @@ for p in projects: "subwidgets": [ {"widgettype": "Text", "options": {"text": ("✓ " if _is_cur else "") + _pname, - "cfontsize": 0.95, "color": "#0f172a", "css": "filler", + "cfontsize": 0.95, "color": "var(--ink-0)", "css": "filler", "halign": "left"}}, {"widgettype": "Text", "options": {"text": _st_txt, "cfontsize": 0.75, "color": "#ffffff",