manager: adjusted InfoCard padding

This commit is contained in:
Rifat Azad
2024-12-16 03:51:29 +06:00
committed by GitHub
parent a545a3e81c
commit e24fc7c458

View File

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