Real previewing chat

This commit is contained in:
2025-08-25 19:36:48 +08:00
parent 6501594100
commit 02057e663b
2 changed files with 294 additions and 65 deletions

View File

@@ -95,9 +95,9 @@ class EventCalendarWidget extends HookConsumerWidget {
final textColor =
isSameDay(selectedDay.value, day)
? Theme.of(context).colorScheme.onPrimary
? Colors.white
: isSameDay(DateTime.now(), day)
? Theme.of(context).colorScheme.onPrimary
? Colors.white
: Theme.of(context).colorScheme.onSurface;
final shadow =