mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-17 07:10:58 +02:00
Fix invisible user profile menu button (white on white)
This commit is contained in:
parent
79947524cc
commit
d600d1c3e5
@ -228,7 +228,7 @@ private fun ProfileHeader(
|
|||||||
contentPadding = PaddingValues(0.dp)
|
contentPadding = PaddingValues(0.dp)
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
tint = Color.White,
|
tint = MaterialTheme.colors.onSurface.copy(alpha = 0.32f),
|
||||||
imageVector = Icons.Default.MoreVert,
|
imageVector = Icons.Default.MoreVert,
|
||||||
contentDescription = "More Options",
|
contentDescription = "More Options",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user