fix: correct background colour for reaction info tabs
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
ae24104223
commit
799704a9c4
|
|
@ -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 ->
|
||||
|
|
|
|||
Loading…
Reference in New Issue