Changed icons for better readability of order

This commit is contained in:
Alexis
2024-04-07 21:35:21 +02:00
parent c086bb109a
commit 35749fd8a3
11 changed files with 27 additions and 15 deletions

View File

@@ -1,8 +1,9 @@
<script lang="ts" setup>
import { PopoverContent } from '@/components/ui/popover'
import type { CalendarEvent } from '@/models/Events'
import { useCalendar } from '@/stores/CalendarStore'
import { PopoverContent } from '@/components/ui/popover'
const { getFormattedDateTitle } = useCalendar()
defineProps<{ event: CalendarEvent }>()