Adjust size of delete button for a Follow set item.

This commit is contained in:
KotlinGeekDev
2025-09-11 15:02:38 +01:00
parent e8d04a2205
commit e72bb5044b
@@ -296,7 +296,7 @@ fun FollowSetListItem(
.align(Alignment.CenterVertically)
.background(
color = MaterialTheme.colorScheme.errorContainer,
shape = RoundedCornerShape(size = 5.dp),
shape = RoundedCornerShape(size = 15.dp),
),
) {
Icon(