Skip to content

Commit

Permalink
header pading adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
vancik01 committed Apr 22, 2024
1 parent 9803d24 commit 930cac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fun CustomTopBar(
backgroundColor = MaterialTheme.colors.background
) {
Row(
modifier = Modifier.fillMaxSize().padding(horizontal = 24.dp),
modifier = Modifier.fillMaxSize().padding(horizontal = 20.dp),
horizontalArrangement = Arrangement.SpaceBetween,
verticalAlignment = Alignment.CenterVertically
) {
Expand Down

0 comments on commit 930cac4

Please sign in to comment.