Fixed a bunch of color transition issues on theme switch

This commit is contained in:
Alexis
2025-08-04 21:48:57 +02:00
parent 9b8f48ad8e
commit 119968e7fc
10 changed files with 10 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ const eventsNotDisplayed: ComputedRef<number> = computed<number>(() => eventsFo
<template>
<div
ref="calendarTile"
class="tile relative p-1 md:p-2 transition-colors"
class="tile relative p-1 md:p-2 transition-all"
:class="{
'text-slate-300 dark:text-slate-500': props.faded,
'text-slate-500 dark:text-slate-300': !props.faded