From 6d133328188adc8c4a2828bb294bc0ded76e10be Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Wed, 6 Sep 2023 12:17:47 +0530 Subject: [PATCH] style: add shadow to reaction selector --- space/components/ui/reaction-selector.tsx | 2 +- web/components/core/reaction-selector.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/space/components/ui/reaction-selector.tsx b/space/components/ui/reaction-selector.tsx index 302ff7387..a7b67afa6 100644 --- a/space/components/ui/reaction-selector.tsx +++ b/space/components/ui/reaction-selector.tsx @@ -52,7 +52,7 @@ export const ReactionSelector: React.FC = (props) => { position === "top" ? "-top-12" : "-bottom-12" }`} > -
+
{reactionEmojis.map((emoji) => (