update
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user