fixup! fixup! Message bubbles
This commit is contained in:
@@ -534,7 +534,7 @@ private fun MessageBubble(
|
|||||||
showTimestamp: Boolean,
|
showTimestamp: Boolean,
|
||||||
) {
|
) {
|
||||||
val bubbleColor = if (item.senderId != client!!.userId.full)
|
val bubbleColor = if (item.senderId != client!!.userId.full)
|
||||||
MaterialTheme.colorScheme.surfaceVariant
|
MaterialTheme.colorScheme.surfaceContainer
|
||||||
else
|
else
|
||||||
MaterialTheme.colorScheme.primaryContainer
|
MaterialTheme.colorScheme.primaryContainer
|
||||||
val bubbleTextColor = MaterialTheme.colorScheme.onSurfaceVariant
|
val bubbleTextColor = MaterialTheme.colorScheme.onSurfaceVariant
|
||||||
|
|||||||
Reference in New Issue
Block a user