Skip to content

Commit fd696d3

Browse files
committed
formating removed-11
1 parent 707c149 commit fd696d3

File tree

1 file changed

+3
-3
lines changed
  • client/packages/lowcoder/src/comps/comps/buttonComp

1 file changed

+3
-3
lines changed

client/packages/lowcoder/src/comps/comps/buttonComp/linkComp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ const Link = styled(Button)<{
3737
font-family:${props.$style.fontFamily};
3838
font-weight:${props.$style.textWeight};
3939
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;
4343
background-color: ${props.$style.background};
4444
&:hover {
4545
color: ${props.$style.hoverText} !important;

0 commit comments

Comments
 (0)