fix: Add elevation to NodeItem card (#1286)

This commit adds elevation to the NodeItem card to visually distinguish it.
This commit is contained in:
James Rich 2024-10-03 17:55:42 -05:00 committed by GitHub
parent 7da2dd8bb7
commit f689d772d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,6 +138,7 @@ fun NodeItem(
.fillMaxWidth()
.padding(horizontal = 8.dp, vertical = 4.dp)
.defaultMinSize(minHeight = 80.dp),
elevation = 4.dp,
onClick = { showDetails(!detailsShown) },
) {
Surface {