Fixed blame/file history header paddings

This commit is contained in:
Abdelilah El Aissaoui 2022-06-06 15:02:32 +02:00
parent 3a100f547b
commit 37b94bd7f6
2 changed files with 4 additions and 4 deletions

View file

@ -209,8 +209,8 @@ private fun Header(
modifier = Modifier
.fillMaxWidth()
.height(40.dp)
.padding(start = 8.dp, end = 8.dp)
.background(MaterialTheme.colors.headerBackground),
.background(MaterialTheme.colors.headerBackground)
.padding(start = 8.dp, end = 8.dp),
verticalAlignment = Alignment.CenterVertically,
) {
Text(

View file

@ -88,8 +88,8 @@ private fun Header(
modifier = Modifier
.fillMaxWidth()
.height(40.dp)
.padding(start = 8.dp, end = 8.dp)
.background(MaterialTheme.colors.headerBackground),
.background(MaterialTheme.colors.headerBackground)
.padding(start = 8.dp, end = 8.dp),
verticalAlignment = Alignment.CenterVertically,
) {
Text(