jskim-node #418

Merged
kjs merged 52 commits from jskim-node into main 2026-03-16 14:53:15 +09:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7e02fff717 - Show all commits

View File

@ -43,7 +43,7 @@ export const V2ButtonPrimaryDefinition = createComponentDefinition({
backgroundColor: "#3B83F6", backgroundColor: "#3B83F6",
}, },
}, },
defaultSize: { width: 140, height: 40 }, defaultSize: { width: 100, height: 40 },
configPanel: V2ButtonConfigPanel, configPanel: V2ButtonConfigPanel,
icon: "MousePointer", icon: "MousePointer",
tags: ["버튼", "액션", "클릭"], tags: ["버튼", "액션", "클릭"],