Skip to content

Commit 83987ae

Browse files
committed
label styles in modal
1 parent 6eeab11 commit 83987ae

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

client/packages/lowcoder-comps/src/comps/calendarComp/calendarConstants.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -756,13 +756,8 @@ export const FormWrapper = styled(Form)<{
756756
text-align: left;
757757
line-height: 18px;
758758
759-
label.ant-form-item-required {
760-
font-size: ${(props) => props.$modaltyle.textSize};
761-
}
762-
763759
label:not(.ant-form-item-required) {
764760
margin-left: 11px;
765-
font-size: ${(props) => props.$modaltyle.textSize};
766761
}
767762
label span {
768763
${UnderlineCss}
@@ -777,7 +772,6 @@ export const FormWrapper = styled(Form)<{
777772
border-width: ${(props) => props.$modaltyle.borderWidth};
778773
border-style: ${(props) => props.$modaltyle.borderStyle};
779774
color: ${(props) => props.$modaltyle.text};
780-
font-size: ${(props) => props.$modaltyle.textSize};
781775
}
782776
783777
`;

client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,6 @@ export const EventModalStyle = [
18661866
BORDER_WIDTH,
18671867
BORDER_STYLE,
18681868
TEXT,
1869-
TEXT_SIZE,
18701869
{
18711870
name: "labelBackground",
18721871
label: trans("style.labelBackground"),

0 commit comments

Comments
 (0)