diff options
Diffstat (limited to 'src/components/dms/EmojiReactionPicker.tsx')
-rw-r--r-- | src/components/dms/EmojiReactionPicker.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/dms/EmojiReactionPicker.tsx b/src/components/dms/EmojiReactionPicker.tsx index cdb1680e8..b83fd4454 100644 --- a/src/components/dms/EmojiReactionPicker.tsx +++ b/src/components/dms/EmojiReactionPicker.tsx @@ -98,8 +98,8 @@ export function EmojiReactionPicker({ : t.palette.primary_500, } : alreadyReacted - ? {backgroundColor: t.palette.primary_200} - : bgColor, + ? {backgroundColor: t.palette.primary_200} + : bgColor, {height: 40, width: 40}, a.justify_center, a.align_center, |