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:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user