Skip to content

Commit

Permalink
Reduce AppListHeader vertical padding
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Oct 10, 2024
1 parent 620d726 commit c4b9ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fun AppListHeader(title: String) {
Text(
text = title,
modifier = Modifier
.padding(horizontal = 16.dp, vertical = 8.dp)
.padding(horizontal = 16.dp, vertical = 4.dp)
.fillMaxWidth(),
style = MaterialTheme.typography.headlineSmall.copy(color = MaterialTheme.colorScheme.tertiary),
)
Expand Down

0 comments on commit c4b9ee3

Please sign in to comment.