From 799704a9c4507f3b02ede7f5afb365279b35b329 Mon Sep 17 00:00:00 2001 From: Infi Date: Mon, 28 Oct 2024 02:27:19 +0100 Subject: [PATCH] fix: correct background colour for reaction info tabs Signed-off-by: Infi --- app/src/main/java/chat/revolt/sheets/ReactionInfoSheet.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/chat/revolt/sheets/ReactionInfoSheet.kt b/app/src/main/java/chat/revolt/sheets/ReactionInfoSheet.kt index 120a42c4..70c0aeca 100644 --- a/app/src/main/java/chat/revolt/sheets/ReactionInfoSheet.kt +++ b/app/src/main/java/chat/revolt/sheets/ReactionInfoSheet.kt @@ -96,6 +96,7 @@ fun ReactionInfoSheet(messageId: String, emoji: String, onDismiss: () -> Unit) { ScrollableTabRow( selectedTabIndex = selectedReactionIndex, modifier = Modifier.fillMaxWidth(), + containerColor = MaterialTheme.colorScheme.surfaceContainerLow, divider = {} ) { reactionEmoji?.forEachIndexed { index, emoji ->