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
|
(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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user