mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-02 19:30:19 +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')`
|
||||
${commonStyles}
|
||||
color: ${({ theme }) => theme.colors.text.secondary};
|
||||
font-size: ${props => props.theme.schema.labelsTextSize};
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user