Match cancel-event confirm button color with ConfirmDialog style
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -677,15 +677,15 @@ onMounted(fetchEvent)
|
|||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--color-danger);
|
color: #fff;
|
||||||
background: var(--color-danger-bg-strong);
|
background: #d32f2f;
|
||||||
border: 1px solid var(--color-danger-border);
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background 0.15s ease;
|
transition: background 0.15s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cancel-form__confirm:hover {
|
.cancel-form__confirm:hover {
|
||||||
background: var(--color-danger-bg-hover);
|
background: #b71c1c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cancel-form__confirm:disabled {
|
.cancel-form__confirm:disabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user