mirror of
https://github.com/AChep/keyguard-app.git
synced 2024-12-12 08:26:31 +01:00
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
Block a user