[Reactions] Get reactions in chat list working again with new lexicon (#8093)

* get chat list reactions working again with new lexicon

* fix weird android bug where background wasn't clipped
This commit is contained in:
Samuel Newman
2025-04-02 01:45:29 +03:00
committed by GitHub
parent 318b29d3fd
commit 5cb49314d0
5 changed files with 80 additions and 73 deletions
+3 -3
View File
@@ -95,9 +95,9 @@ export function EmojiReactionPicker({
? t.palette.negative_100
: t.palette.primary_500,
}
: alreadyReacted && {
backgroundColor: t.palette.primary_200,
},
: alreadyReacted
? {backgroundColor: t.palette.primary_200}
: t.atoms.bg,
{height: 40, width: 40},
a.justify_center,
a.align_center,