forked from firka/student-legacy
little fix in absence tile
This commit is contained in:
parent
b5634ed59f
commit
2ed822e1da
@ -42,7 +42,7 @@ class AbsenceTile extends StatelessWidget {
|
||||
(group
|
||||
? EdgeInsets.zero
|
||||
: const EdgeInsets.symmetric(
|
||||
horizontal: 8.0,
|
||||
horizontal: 0.0,
|
||||
)),
|
||||
child: ListTile(
|
||||
onTap: onTap,
|
||||
|
Loading…
x
Reference in New Issue
Block a user