refactor: Remove unused code and clean up FeatureItem composable

This commit is contained in:
k1ngsterr1
2026-01-09 00:43:44 +05:00
parent 87cee5b9c3
commit ed973ed485

View File

@@ -303,15 +303,4 @@ private fun FeatureItem(
fontWeight = FontWeight.Medium fontWeight = FontWeight.Medium
) )
} }
}
)
}
Spacer(modifier = Modifier.width(16.dp))
Text(
text = text,
fontSize = 15.sp,
color = textColor,
fontWeight = FontWeight.Medium
)
}
} }