diff --git a/src/app/features/events/components/event-card/event-card.component.html b/src/app/features/events/components/event-card/event-card.component.html index 48ccb287..63226856 100644 --- a/src/app/features/events/components/event-card/event-card.component.html +++ b/src/app/features/events/components/event-card/event-card.component.html @@ -36,6 +36,7 @@ [ariaLabel]="(model?.confirmed ? translations.eventCard.confirm.aria_off : translations.eventCard.confirm.aria_on) | translate" [tooltipDirection]="tooltipDirection.Above" [disabled]="loading || model?.canceled == true || isPast()" + [theme]="model?.declined ? 'disabled' : 'secondary-2'" (click)="confirmEvent()">