fix: update default button size in V2ButtonPrimary component
- Changed the default width of the V2ButtonPrimary component from 140 to 100 pixels to improve UI consistency and responsiveness. - This adjustment aligns the button size with design specifications for better user experience.
This commit is contained in:
parent
a5890bbd67
commit
7e02fff717
|
|
@ -43,7 +43,7 @@ export const V2ButtonPrimaryDefinition = createComponentDefinition({
|
|||
backgroundColor: "#3B83F6",
|
||||
},
|
||||
},
|
||||
defaultSize: { width: 140, height: 40 },
|
||||
defaultSize: { width: 100, height: 40 },
|
||||
configPanel: V2ButtonConfigPanel,
|
||||
icon: "MousePointer",
|
||||
tags: ["버튼", "액션", "클릭"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue