File tree 2 files changed +1
-7
lines changed
client/packages/lowcoder/src/comps
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,7 @@ import { fixOldInputCompData } from "../textInputComp/textInputConstants";
31
31
32
32
const getStyle = ( style : SegmentStyleType ) => {
33
33
return css `
34
- background-color : ${ style . background } ;
35
- border : ${ style ?. border } ;
36
- border-style : ${ style ?. borderStyle } ;
37
- border-width : ${ style ?. borderWidth } ;
38
- border-radius : ${ style ?. radius } ;
39
34
& .ant-segmented : not (.ant-segmented-disabled ) {
40
-
41
-
42
35
& ,
43
36
.ant-segmented-item-selected ,
44
37
.ant-segmented-thumb ,
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ ${(props) => {
57
57
display: flex;
58
58
flex-direction: column;
59
59
height: 100%;
60
+ border: ${ ( props ) => { return props . $style . borderWidth } } ${ ( props ) => { return props . $style . borderStyle } } ${ ( props ) => { return props . $style . border } } !important;
60
61
` ;
61
62
62
63
const MainWrapper = styled . div < {
You can’t perform that action at this time.
0 commit comments