This commit is contained in:
Felipe
2024-09-20 17:07:22 -05:00
parent 0496101a9d
commit 75c5cbf537
+2 -5
View File
@@ -269,11 +269,7 @@ class UserCalendarScreenState extends State<UserCalendarScreen> {
width: 40, width: 40,
height: 40, height: 40,
decoration: const BoxDecoration( decoration: const BoxDecoration(
gradient: LinearGradient( color: Colors.grey,
colors: [Colors.grey, Colors.black],
begin: Alignment.topLeft,
end: Alignment.bottomRight,
),
shape: BoxShape.circle, shape: BoxShape.circle,
), ),
child: const Center( child: const Center(
@@ -284,6 +280,7 @@ class UserCalendarScreenState extends State<UserCalendarScreen> {
), ),
), ),
title: Text( title: Text(
ScheduleEntity.getFormatTime(time) ?? '', ScheduleEntity.getFormatTime(time) ?? '',
style: const TextStyle(fontSize: 15, fontWeight: FontWeight.bold), style: const TextStyle(fontSize: 15, fontWeight: FontWeight.bold),