Increase history list item height

This commit is contained in:
Sad Ellie 2023-09-30 14:29:19 +03:00
parent 010062f6a6
commit d1eb0060f1

View File

@ -224,7 +224,7 @@ private fun HistoryListItem(
}
}
internal val HistoryItemHeight = 92.dp
internal val HistoryItemHeight = 108.dp
@Preview
@Composable