mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
parent
6e390f9c79
commit
094ce914e3
|
@ -11,7 +11,7 @@ export const OneOfLabel = styled.span`
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
color: ${props => props.theme.colors.primary.main};
|
color: ${props => props.theme.colors.primary.main};
|
||||||
font-family: Montserrat;
|
font-family: ${props => props.theme.typography.headings.fontFamily};
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user