File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
lowcoder/src/comps/controls
lowcoder-comps/src/comps/calendarComp Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -756,13 +756,8 @@ export const FormWrapper = styled(Form)<{
756
756
text-align: left;
757
757
line-height: 18px;
758
758
759
- label.ant-form-item-required {
760
- font-size: ${ ( props ) => props . $modaltyle . textSize } ;
761
- }
762
-
763
759
label:not(.ant-form-item-required) {
764
760
margin-left: 11px;
765
- font-size: ${ ( props ) => props . $modaltyle . textSize } ;
766
761
}
767
762
label span {
768
763
${ UnderlineCss }
@@ -777,7 +772,6 @@ export const FormWrapper = styled(Form)<{
777
772
border-width: ${ ( props ) => props . $modaltyle . borderWidth } ;
778
773
border-style: ${ ( props ) => props . $modaltyle . borderStyle } ;
779
774
color: ${ ( props ) => props . $modaltyle . text } ;
780
- font-size: ${ ( props ) => props . $modaltyle . textSize } ;
781
775
}
782
776
783
777
` ;
Original file line number Diff line number Diff line change @@ -1866,7 +1866,6 @@ export const EventModalStyle = [
1866
1866
BORDER_WIDTH ,
1867
1867
BORDER_STYLE ,
1868
1868
TEXT ,
1869
- TEXT_SIZE ,
1870
1869
{
1871
1870
name : "labelBackground" ,
1872
1871
label : trans ( "style.labelBackground" ) ,
You can’t perform that action at this time.
0 commit comments