improvement(UI): Increase the clickable space around Expand icon

This commit is contained in:
Artem Chepurnyi 2024-11-27 10:58:36 +02:00
parent aafa84e27f
commit 62d0800c57
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ fun <T> ColumnScope.DropdownMenuExpandableContainer(
) {
Icon(
modifier = Modifier
.padding(1.dp)
.size(18.dp),
imageVector = Icons.Default.ArrowDropDown,
contentDescription = null,