Removed dark classes for calendar preview

This commit is contained in:
Alexis
2025-04-22 22:15:49 +02:00
parent e6b2670438
commit 15bfc66087

View File

@@ -24,7 +24,7 @@ const calendarLink = computed(() => isOwner.value ? `/my/calendars/${props.calen
<template>
<UiCard
class="w-full h-full flex flex-col transition-all hover:bg-slate-50 dark:bg-gray-950 dark:hover:bg-indigo-950 dark:focus-within:outline-gray-900"
class="w-full h-full flex flex-col transition-all"
:link="calendarLink"
:class="cn(
calendar.color ? `card-color element-${calendar.color}` : '',