Reduced log header height to match other headers

This commit is contained in:
Abdelilah El Aissaoui 2022-10-15 00:31:54 +02:00
parent ff3adee916
commit 7fd3c1fdc2

View File

@ -556,7 +556,7 @@ fun GraphHeader(
Row(
modifier = Modifier
.fillMaxWidth()
.height(40.dp)
.height(34.dp)
.background(MaterialTheme.colors.headerBackground),
verticalAlignment = Alignment.CenterVertically,
) {