fix(theme): 硬编码暗色字体色改var(--ink-N)主题变量(1文件)——暗色主题下深色文字不可见治理2026-09-17
This commit is contained in:
parent
54e1900c90
commit
168b84d989
@ -129,7 +129,7 @@
|
||||
"widgettype": "Title4",
|
||||
"options": {
|
||||
"text": {{json.dumps(p.get('product_name') or '', ensure_ascii=False)}},
|
||||
"color": "#1e293b"
|
||||
"color": "var(--ink-1)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user