File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/packages/lowcoder/src/comps/comps/buttonComp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ const Link = styled(Button)<{
37
37
font-family:${ props . $style . fontFamily } ;
38
38
font-weight:${ props . $style . textWeight } ;
39
39
border: ${ props . $style . borderWidth } solid ${ props . $style . border } ;
40
- border-radius:${ props . $style . radius ? props . $style . radius :" 0px" } ;
41
- text-transform:${ props . $style . textTransform ? props . $style . textTransform :"" } ;
42
- text-decoration:${ props . $style . textDecoration ? props . $style . textDecoration :"" } !important;
40
+ border-radius:${ props . $style . radius ? props . $style . radius :' 0px' } ;
41
+ text-transform:${ props . $style . textTransform ? props . $style . textTransform :'' } ;
42
+ text-decoration:${ props . $style . textDecoration ? props . $style . textDecoration :'' } !important;
43
43
background-color: ${ props . $style . background } ;
44
44
&:hover {
45
45
color: ${ props . $style . hoverText } !important;
You can’t perform that action at this time.
0 commit comments