Skip to content

Commit

Permalink
feature #866: add paddingValue
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Sep 21, 2024
1 parent d177ddb commit 0088a38
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 0088a38

Please sign in to comment.