improvement(UI): Increase the clickable space around Expand icon
This commit is contained in:
parent
aafa84e27f
commit
62d0800c57
|
@ -356,6 +356,7 @@ fun <T> ColumnScope.DropdownMenuExpandableContainer(
|
|||
) {
|
||||
Icon(
|
||||
modifier = Modifier
|
||||
.padding(1.dp)
|
||||
.size(18.dp),
|
||||
imageVector = Icons.Default.ArrowDropDown,
|
||||
contentDescription = null,
|
||||
|
|
Loading…
Reference in New Issue