ui 수정 및 시현할 기능 업데이트
This commit is contained in:
@@ -316,7 +316,7 @@ const SelectBasicComponent: React.FC<SelectBasicComponentProps> = ({
|
||||
top: "-25px",
|
||||
left: "0px",
|
||||
fontSize: component.style?.labelFontSize || "14px",
|
||||
color: component.style?.labelColor || "#3b83f6",
|
||||
color: component.style?.labelColor || "#64748b",
|
||||
fontWeight: "500",
|
||||
// isInteractive 모드에서는 사용자 스타일 우선 적용
|
||||
...(isInteractive && component.style ? component.style : {}),
|
||||
|
||||
Reference in New Issue
Block a user