You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/messages/list/MessageItem.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -171,15 +171,15 @@ internal fun DefaultMessageDateSeparatorContent(dateSeparator: DateSeparatorItem
171
171
Surface(
172
172
modifier =Modifier
173
173
.padding(vertical =8.dp),
174
-
color =ChatTheme.messageDateSeparatorTheme.backgroundColor,
174
+
color =ChatTheme.colors.overlayBackgroundDark,
175
175
shape =RoundedCornerShape(16.dp),
176
176
) {
177
177
Text(
178
178
modifier =Modifier
179
179
.padding(vertical =2.dp, horizontal =16.dp)
180
180
.testTag("Stream_MessageDateSeparator"),
181
181
text =ChatTheme.dateFormatter.formatRelativeDate(dateSeparator.date),
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/theme/AttachmentPickerTheme.kt
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/theme/MessageComposerTheme.kt
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/theme/MessageDateSeparatorTheme.kt
Copy file name to clipboardExpand all lines: stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/theme/MessageUnreadSeparatorTheme.kt
0 commit comments