Skip to content

Commit

Permalink
adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ked4ma committed Aug 23, 2024
1 parent 0461792 commit 72227e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fun TimetableDayTab(
val selectedTabIndex = selectedDay.tabIndex()
val selectedColor = Color(0xFF4AFF82)
Column(
modifier = modifier.padding(top = 16.dp, start = 16.dp),
modifier = modifier.padding(top = 16.dp, start = 16.dp, end = 16.dp),
verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.Start,
) {
Expand Down

0 comments on commit 72227e3

Please sign in to comment.