correct contrast (in light & dark mode) for EditView - Issue #1786
This commit is contained in:
@@ -459,7 +459,8 @@
|
|||||||
class="p-2 rounded border flex gap-x-1"
|
class="p-2 rounded border flex gap-x-1"
|
||||||
:class="{
|
:class="{
|
||||||
'btn-danger': event.status === EventStatus.CANCELLED,
|
'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" />
|
<o-icon icon="calendar-remove" />
|
||||||
|
|||||||
Reference in New Issue
Block a user