mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-11 13:32:03 +02:00
Add description to relay list selector in NewMediaView
This commit is contained in:
parent
15b527c58d
commit
8b5366f9e2
@ -148,7 +148,7 @@ fun NewMediaView(
|
||||
) {
|
||||
Icon(
|
||||
painter = painterResource(R.drawable.relays),
|
||||
contentDescription = null,
|
||||
contentDescription = stringRes(id = R.string.relay_list_selector),
|
||||
modifier = Modifier.height(25.dp),
|
||||
tint = MaterialTheme.colorScheme.onBackground,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user