Fixed optional label font size

This commit is contained in:
Maryana Svitlyk 2022-09-26 17:25:11 +03:00
parent 92754c80c1
commit 1aa81143fd

View File

@ -131,4 +131,5 @@ const RequiredBody = styled(RequiredLabel)`
const OptionalBody = styled('div')`
${commonStyles}
color: ${({ theme }) => theme.colors.text.secondary};
font-size: ${props => props.theme.schema.labelsTextSize};
`;