mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-01 00:18:30 +02:00
fix dropDown color on light theme
This commit is contained in:
parent
7b3a23825f
commit
3a7228712c
@ -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",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user