correct contrast (in light & dark mode) for EditView - Issue #1786

This commit is contained in:
Laurent GAY
2025-06-18 17:14:45 +02:00
parent add4291e6f
commit a2af49cbab

View File

@@ -459,7 +459,8 @@
class="p-2 rounded border flex gap-x-1"
:class="{
'btn-danger': event.status === EventStatus.CANCELLED,
'btn-outlined-danger': event.status !== EventStatus.CANCELLED,
'btn-outlined-danger dark:text-red-400 dark:border-red-400':
event.status !== EventStatus.CANCELLED,
}"
>
<o-icon icon="calendar-remove" />