Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fix: remove hardcoded fontFamily for oneOf labels (Redocly#1120))
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Cerman committed Jun 5, 2020
1 parent 0881961 commit 135ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-elements/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const OneOfLabel = styled.span`
font-size: 0.9em;
margin-right: 10px;
color: ${props => props.theme.colors.primary.main};
font-family: Montserrat;
font-family: ${props => props.theme.typography.headings.fontFamily};
}
`;

Expand Down

0 comments on commit 135ebac

Please sign in to comment.