manager: adjusted InfoCard icon padding

This commit is contained in:
Rifat Azad
2024-12-17 01:51:26 +06:00
committed by GitHub
parent b39720aa12
commit 0a9d098d14

View File

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