Reduced log header height to match other headers
This commit is contained in:
parent
ff3adee916
commit
7fd3c1fdc2
@ -556,7 +556,7 @@ fun GraphHeader(
|
||||
Row(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.height(40.dp)
|
||||
.height(34.dp)
|
||||
.background(MaterialTheme.colors.headerBackground),
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user