little fix in absence tile

This commit is contained in:
Kima 2024-01-01 20:42:55 +01:00
parent b5634ed59f
commit 2ed822e1da

View File

@ -42,7 +42,7 @@ class AbsenceTile extends StatelessWidget {
(group (group
? EdgeInsets.zero ? EdgeInsets.zero
: const EdgeInsets.symmetric( : const EdgeInsets.symmetric(
horizontal: 8.0, horizontal: 0.0,
)), )),
child: ListTile( child: ListTile(
onTap: onTap, onTap: onTap,