manager: adjusted InfoCard padding

This commit is contained in:
Rifat Azad
2024-12-16 03:51:29 +06:00
committed by GitHub
parent 38ca033446
commit 6f76995dd1

View File

@@ -345,7 +345,7 @@ private fun InfoCard() {
imageVector = icon, imageVector = icon,
contentDescription = null, contentDescription = null,
modifier = Modifier modifier = Modifier
.padding(end = 8.dp) .padding(end = 10.dp)
) )
} }
Column { Column {