mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-15 20:23:18 +02:00
Fix track search item not filling width if content is too short
This commit is contained in:
@ -223,6 +223,7 @@ private fun SearchResultItem(
|
||||
val borderColor = if (selected) MaterialTheme.colorScheme.outline else Color.Transparent
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 12.dp)
|
||||
.clip(shape)
|
||||
.background(MaterialTheme.colorScheme.surface)
|
||||
|
Reference in New Issue
Block a user