kopia lustrzana https://github.com/vitorpamplona/amethyst
Fixes Poll Color for Light mode.
rodzic
7ce2a0bbea
commit
875d9544ec
|
@ -269,14 +269,14 @@ private fun AddPollButton(
|
|||
painter = painterResource(R.drawable.ic_poll),
|
||||
null,
|
||||
modifier = Modifier.size(20.dp),
|
||||
tint = Color.White
|
||||
tint = MaterialTheme.colors.onBackground
|
||||
)
|
||||
} else {
|
||||
Icon(
|
||||
painter = painterResource(R.drawable.ic_lists),
|
||||
null,
|
||||
modifier = Modifier.size(20.dp),
|
||||
tint = Color.White
|
||||
tint = MaterialTheme.colors.onBackground
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue