feat(FN-2490): merge fusion/fn-2490

This commit is contained in:
gsxdsm
2026-04-25 07:59:48 -07:00
parent 43d630114b
commit d7a0cc6dcc
13 changed files with 686 additions and 345 deletions

View File

@@ -572,8 +572,8 @@
.task-changes-state--error {
color: var(--color-error);
background: rgba(248, 81, 73, 0.08);
border-color: rgba(248, 81, 73, 0.25);
background: color-mix(in srgb, var(--color-error) 8%, transparent);
border-color: color-mix(in srgb, var(--color-error) 25%, transparent);
}
.task-changes-state-hint {