We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f556fa7 commit 8a63065Copy full SHA for 8a63065
client/packages/lowcoder/src/comps/comps/buttonComp/buttonCompConstants.tsx
@@ -13,6 +13,7 @@ export function getButtonStyle(buttonStyle: ButtonStyleType) {
13
return css`
14
&&& {
15
border-radius: ${buttonStyle.radius};
16
+ border-width:${buttonStyle.borderWidth};
17
margin: ${buttonStyle.margin};
18
padding: ${buttonStyle.padding};
19
&:not(:disabled) {
0 commit comments