Skip to content

Commit

Permalink
fix: form optional item color
Browse files Browse the repository at this point in the history
  • Loading branch information
saha80 committed Jul 12, 2023
1 parent b8caea3 commit 3e77268
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export const BaseFormItem = styled(Form.Item)<InternalFormItemProps>`
.ant-form-item-label > label {
color: var(--primary-color);
font-size: ${FONT_SIZE.xs};
.ant-form-item-optional {
color: var(--subtext-color);
}
}
.ant-input-group-addon:first-of-type {
Expand Down

0 comments on commit 3e77268

Please sign in to comment.