From c634cd9071305239f8c7d6acf371aca397f2bf2b Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 23 Jun 2025 17:44:40 +0300 Subject: Upgrade prettier to 3.6 (#8558) * upgrade prettier * run prettier * more files --- src/components/dms/EmojiReactionPicker.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/dms/EmojiReactionPicker.tsx') 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, -- cgit 1.4.1