diff --git a/lib/screens/user/user_calendar_screen.dart b/lib/screens/user/user_calendar_screen.dart index 45e69d3..c3bb40d 100644 --- a/lib/screens/user/user_calendar_screen.dart +++ b/lib/screens/user/user_calendar_screen.dart @@ -269,11 +269,7 @@ class UserCalendarScreenState extends State { width: 40, height: 40, decoration: const BoxDecoration( - gradient: LinearGradient( - colors: [Colors.grey, Colors.black], - begin: Alignment.topLeft, - end: Alignment.bottomRight, - ), + color: Colors.grey, shape: BoxShape.circle, ), child: const Center( @@ -284,6 +280,7 @@ class UserCalendarScreenState extends State { ), ), + title: Text( ScheduleEntity.getFormatTime(time) ?? '', style: const TextStyle(fontSize: 15, fontWeight: FontWeight.bold),