forked from melod1n/fast-messenger
fix conversations attachment icon's tint + fix radiobuttons and checkboxes' not clickable in settings
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ fun ConversationItem(
|
||||
modifier = Modifier.size(14.dp),
|
||||
painter = painter,
|
||||
contentDescription = "attachment image",
|
||||
tint = MaterialTheme.colorScheme.onPrimaryContainer
|
||||
tint = MaterialTheme.colorScheme.primary
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user