live card padding fix

This commit is contained in:
Kima
2024-05-06 11:10:33 +02:00
parent c85f15eb49
commit e7ec93132d
2 changed files with 2 additions and 2 deletions

View File

@@ -404,7 +404,7 @@ class LiveCardStateA extends State<LiveCard> {
swapRoom: true,
currentLessonIndicator: false,
padding:
const EdgeInsets.only(top: 6.0, bottom: 4.0),
const EdgeInsets.only(top: 2.0, bottom: 4.0),
contentPadding: EdgeInsets.zero,
showSubTiles: false,
),