This commit is contained in:
Juan Felipe Duarte
2023-05-04 16:07:32 -05:00
parent 1a0e33328e
commit bc1357b7a6
9 changed files with 505 additions and 114 deletions
+2 -2
View File
@@ -109,8 +109,8 @@ class _MyServicesProScreenState extends State<MyServicesProScreen> {
TextSpan(
text:
'${DateFormat('dd MMM', 'es').format(DateTime.parse(event.day))} - ${event.range1Hour1}',
style: const TextStyle(
color: Colors.grey,
style: TextStyle(
color: Colors.grey[600],
fontSize: 16,
),
),