feat(FN-2490): merge fusion/fn-2490
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user