mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-05 07:39:22 +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)
|
||||
) {
|
||||
Icon(
|
||||
tint = Color.White,
|
||||
tint = MaterialTheme.colors.onSurface.copy(alpha = 0.32f),
|
||||
imageVector = Icons.Default.MoreVert,
|
||||
contentDescription = "More Options",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user