diff --git a/src/components/InstructionMenu.tsx b/src/components/InstructionMenu.tsx index 71d25a3..1160910 100644 --- a/src/components/InstructionMenu.tsx +++ b/src/components/InstructionMenu.tsx @@ -8,6 +8,7 @@ const HtmlTooltip = styled(({ className, ...props }: TooltipProps) => ( ))(({ theme }) => ({ [`& .${tooltipClasses.tooltip}`]: { + placement: "right", backgroundColor: "#f5f5f9", color: "rgba(0, 0, 0, 0.87)", maxWidth: 220, @@ -49,6 +50,8 @@ export default function InstructionMenu() { return ( @@ -59,7 +62,7 @@ export default function InstructionMenu() {
handleDragStart(instruction, event)}> - {instruction.symbol} + {instruction.emoji}