fix: horrible and annoying vertical alignment of comment bar

This commit is contained in:
Diego Beraldin 2023-10-17 19:35:51 +02:00
parent c8c05c9818
commit bf72c490e1

View File

@ -119,6 +119,7 @@ fun CommentCard(
if (!hideIndent) {
Box(
modifier = Modifier
.padding(top = Spacing.xs)
.width(barWidth)
.height(commentHeight.toLocalDp())
.background(color = barColor)