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