improved calendar styles, switched profile pic, fixed dark mode
This commit is contained in:
@@ -10,8 +10,8 @@ defineProps<{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col h-full w-32">
|
||||
<div class="flex justify-center items-center h-18 border-b-text border-b-2">vue-calendar
|
||||
<div class="flex flex-col h-full w-16">
|
||||
<div class="flex justify-center items-center h-18 border-b-muted border-b-1">
|
||||
</div>
|
||||
<div class="calendar-legend relative flex flex-col grow justify-evenly">
|
||||
<CalendarSeperator v-for="sep in seperators" :seperator="sep">
|
||||
|
||||
Reference in New Issue
Block a user