mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 03:26:30 +02:00
Fixes green color for incognito mode
This commit is contained in:
@@ -400,7 +400,7 @@ fun PrivateMessageEditFieldRow(
|
||||
modifier = Modifier
|
||||
.padding(top = 2.dp)
|
||||
.size(18.dp),
|
||||
tint = Color.Green
|
||||
tint = MaterialTheme.colors.primary
|
||||
)
|
||||
} else {
|
||||
Icon(
|
||||
|
Reference in New Issue
Block a user