Introduce --color-danger-solid-* CSS variables and replace hardcoded values
All checks were successful
CI / backend-test (push) Successful in 55s
CI / frontend-test (push) Successful in 27s
CI / frontend-e2e (push) Successful in 1m30s
CI / build-and-publish (push) Successful in 58s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 23:24:58 +01:00
parent d52f51d6e1
commit 51ab99fc61
4 changed files with 11 additions and 8 deletions

View File

@@ -139,8 +139,8 @@ watch(
}
.confirm-dialog__btn--confirm {
background: #d32f2f;
color: #fff;
background: var(--color-danger-solid);
color: var(--color-danger-solid-text);
}
.confirm-dialog-enter-active,

View File

@@ -175,7 +175,7 @@ function onTouchEnd() {
}
.event-card__delete:hover {
color: #d32f2f;
color: var(--color-danger-solid);
background: rgba(211, 47, 47, 0.08);
}