mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 21:26:53 +02:00
Merge pull request #90 from greenart7c3/main
fix dropDown color on light theme
This commit is contained in:
@@ -228,7 +228,7 @@ private fun ProfileHeader(
|
||||
contentPadding = PaddingValues(0.dp)
|
||||
) {
|
||||
Icon(
|
||||
tint = Color.White,
|
||||
tint = if (isSystemInDarkTheme()) Color.White else Color.Black,
|
||||
imageVector = Icons.Default.MoreVert,
|
||||
contentDescription = "More Options",
|
||||
)
|
||||
|
Reference in New Issue
Block a user