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",