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 modifier = Modifier
.fillMaxWidth() .fillMaxWidth()
.height(40.dp) .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, verticalAlignment = Alignment.CenterVertically,
) { ) {
Text( Text(

View File

@ -88,8 +88,8 @@ private fun Header(
modifier = Modifier modifier = Modifier
.fillMaxWidth() .fillMaxWidth()
.height(40.dp) .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, verticalAlignment = Alignment.CenterVertically,
) { ) {
Text( Text(