mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-03 03:40:23 +03:00
Fixed optional label font size
This commit is contained in:
parent
92754c80c1
commit
1aa81143fd
|
@ -131,4 +131,5 @@ const RequiredBody = styled(RequiredLabel)`
|
||||||
const OptionalBody = styled('div')`
|
const OptionalBody = styled('div')`
|
||||||
${commonStyles}
|
${commonStyles}
|
||||||
color: ${({ theme }) => theme.colors.text.secondary};
|
color: ${({ theme }) => theme.colors.text.secondary};
|
||||||
|
font-size: ${props => props.theme.schema.labelsTextSize};
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user