fix(ui): 深色模式块底部运行指示线太亮,改用 accent 灰色系

This commit is contained in:
JOJO 2026-06-10 19:27:28 +08:00
parent ee9ac28f26
commit 0ed262c87b

View File

@ -944,11 +944,6 @@ body[data-theme='dark'] .more-icon {
pointer-events: none;
}
/* 深色模式下 progress-indicator 使用白色 */
body[data-theme='dark'] .progress-indicator {
background: var(--text-primary);
}
.collapsible-block.processing .progress-indicator {
opacity: 1;
}