{/* 표시 체크박스 */}
{/* 값 (편집 가능) */}
updateLevel(idx, { value: Math.max(1, Number(e.target.value)) })}
style={{
width: '100%',
background: 'rgba(255,255,255,0.06)',
border: '1px solid rgba(122,162,247,0.25)',
borderRadius: 3,
color: 'inherit',
fontSize: 12,
padding: '3px 5px',
textAlign: 'center',
}}
/>
{/* 색상 */}
updateLevel(idx, { color: c })} />
{/* 스타일 */}
updateLevel(idx, { style: s })} />
{/* 두께 */}
updateLevel(idx, { lineWidth: w })} />