mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 20:46:32 +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)
|
contentPadding = PaddingValues(0.dp)
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
tint = Color.White,
|
tint = if (isSystemInDarkTheme()) Color.White else Color.Black,
|
||||||
imageVector = Icons.Default.MoreVert,
|
imageVector = Icons.Default.MoreVert,
|
||||||
contentDescription = "More Options",
|
contentDescription = "More Options",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user