Color Picker Title 삭제

This commit is contained in:
김민식 2025-03-05 14:16:11 +09:00
parent 74d5db411d
commit 7b7b85dddc

View File

@ -54,7 +54,6 @@ export default function ColorPickerModal(props) {
<div className="left-bar modal-handle"></div>
<div className="right-bar modal-handle"></div>
<div className="color-setting-wrap">
<div className="color-tit">COLOR PICKER</div>
<div className="color-picker">
<ColorPicker color={originColor} setColor={setOriginColor} />
</div>