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,
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<UserCalendarScreen> {
),
),
title: Text(
ScheduleEntity.getFormatTime(time) ?? '',
style: const TextStyle(fontSize: 15, fontWeight: FontWeight.bold),