Skip to content

Commit f760ba6

Browse files
committed
styles added to transfer
1 parent 826b161 commit f760ba6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/packages/lowcoder/src/comps/comps/transferComp.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ const Container = styled.div<{ $style: TransferStyleType }>`
2828
const getStyle = (style: TransferStyleType) => {
2929
return css`
3030
margin: ${style.margin};
31+
padding: ${style.padding};
32+
border-style: ${style.borderStyle};
33+
border-width: ${style.borderWidth};
34+
border-color: ${style.border};
35+
background: ${style.background};
36+
border-radius: ${style.radius};
3137
max-width: ${widthCalculator(style.margin)};
3238
max-height: ${heightCalculator(style.margin)};
3339
`;

0 commit comments

Comments
 (0)