Reduced line height in commits logs

This commit is contained in:
Abdelilah El Aissaoui 2024-08-20 20:40:27 +02:00
parent 9fea38f203
commit 635dfbbaed
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -22,7 +22,7 @@ class LinesHeight internal constructor(
val normalLineHeight = LinesHeight( val normalLineHeight = LinesHeight(
fileHeight = 40.dp, fileHeight = 40.dp,
logCommitHeight = 38.dp, logCommitHeight = 36.dp,
sidePanelItemHeight = 36.dp sidePanelItemHeight = 36.dp
) )