fix: EmojiPicker theme
This commit is contained in:
parent
b0d79e43b9
commit
cf6109eb4e
@ -167,7 +167,7 @@ export const AnswerItem = ({
|
|||||||
}}
|
}}
|
||||||
sx={{
|
sx={{
|
||||||
".MuiPaper-root.MuiPaper-rounded": {
|
".MuiPaper-root.MuiPaper-rounded": {
|
||||||
background: "transparent",
|
borderRadius: "10px",
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
@ -15,5 +15,5 @@ type EmojiPickerProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const EmojiPicker = ({ onEmojiSelect }: EmojiPickerProps) => (
|
export const EmojiPicker = ({ onEmojiSelect }: EmojiPickerProps) => (
|
||||||
<EmojiPickerOriginal onEmojiSelect={onEmojiSelect} />
|
<EmojiPickerOriginal onEmojiSelect={onEmojiSelect} theme="light" />
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user