diff --git a/client/src/features/editor/components/TextOptionModal/TextOptionModal.tsx b/client/src/features/editor/components/TextOptionModal/TextOptionModal.tsx index 805df6ab..0bc76180 100644 --- a/client/src/features/editor/components/TextOptionModal/TextOptionModal.tsx +++ b/client/src/features/editor/components/TextOptionModal/TextOptionModal.tsx @@ -166,9 +166,8 @@ export const TextOptionModal = ({ initial={{ opacity: 0, y: 10 }} animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: 10 }} - onMouseDown={handleModalClick} > -
+
{/* 배경 색상 버튼들 */}
handleMouseEnter("background")}> BG - - {hoveredType === "background" && ( - - )}
+ {hoveredType === "text" && ( + + )} + {hoveredType === "background" && ( + + )} );