Adjust size of delete button for a Follow set item.
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user