refactor: reaction

This commit is contained in:
zerosoul
2022-05-27 16:46:57 +08:00
parent 84f9998277
commit d9d3cb661e
8 changed files with 114 additions and 19 deletions
@@ -3,7 +3,7 @@ import { useSelector } from "react-redux";
import { useReactMessageMutation } from "../../../app/services/message";
import { Emojis } from "../../../app/config";
import Emoji from "../Emoji";
import Emoji from "../ReactionItem";
const StyledPicker = styled.div`
background: none;
z-index: 999;