kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: Add elevation to NodeItem card (#1286)
This commit adds elevation to the NodeItem card to visually distinguish it.pull/1284/head
rodzic
7da2dd8bb7
commit
f689d772d6
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue