Skip to content

Commit

Permalink
feature #866: add paddingValue
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin authored and l2hyunwoo committed Sep 24, 2024
1 parent 89430a3 commit f62b23c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ fun MainScreen(
imageVector = Icons.Filled.Close,
contentDescription = null,
modifier = Modifier
.padding(start = 8.dp, top = 2.dp, bottom = 2.dp)
.padding(8.dp)
.clickable {
// TODO: Navigate to NotificationActivity
Expand Down

0 comments on commit f62b23c

Please sign in to comment.