💄 Optimize card colors

This commit is contained in:
2025-10-14 01:16:02 +08:00
parent 910bf20eef
commit eabb3154f1
6 changed files with 14 additions and 14 deletions

View File

@@ -99,7 +99,7 @@ class EventDetailsWidget extends StatelessWidget {
],
),
if (event?.checkInResult == null && (event?.statuses.isEmpty ?? true))
Text('eventCalandarEmpty').tr(),
Text('eventCalendarEmpty').tr(),
],
).padding(vertical: 24, horizontal: 24);
}