Changed style of event callouts

This commit is contained in:
Alexis
2025-02-28 23:04:26 +01:00
parent 0cc6d0f1ee
commit d663253a05
3 changed files with 9 additions and 9 deletions

View File

@@ -21,11 +21,11 @@ const dateDuration = computed<string | null>(() => props.event.endDate ? getRela
<template>
<button
class="relative block w-full text-left py-3 px-4 rounded-sm transition-colors"
class="event relative block w-full text-left py-3 px-4 rounded-sm transition-colors"
:class="cn(
event.category ? `event-${event.category.color}` : '',
{
'pt-4': event.hidden,
'pt-4 is-hidden': event.hidden,
})"
@click="$emit('query:date-jump', event.startDate)"
>