Merge pull request #2100 from makeplane/feat/comment_reactions

feat: plane space comment reactions
This commit is contained in:
sriram veeraghanta
2023-09-06 14:52:55 +05:30
committed by GitHub
12 changed files with 340 additions and 47 deletions

View File

@@ -61,7 +61,7 @@ export const ReactionSelector: React.FC<Props> = (props) => {
position === "top" ? "-top-12" : "-bottom-12"
}`}
>
<div className="bg-custom-sidebar-background-100 border border-custom-border-200 rounded-md p-1">
<div className="bg-custom-sidebar-background-100 border border-custom-border-200 shadow-custom-shadow-sm rounded-md p-1">
<div className="flex gap-x-1">
{reactionEmojis.map((emoji) => (
<button