made the padding between the lecture number and lecture name uniform with the padding on the right of the lecture time

This commit is contained in:
odweta
2025-10-02 18:50:55 +02:00
parent 2ee1df0d7f
commit d3d96d0130
3 changed files with 1 additions and 6 deletions
@@ -492,7 +492,7 @@ private fun DayScreen(day: Day) {
Column(
modifier = Modifier
.fillMaxHeight()
.padding(start = 20.dp),
.padding(start = 10.dp),
verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.Start
) {