Skip to content

Commit

Permalink
fix: change fontFamily for EndpointInfo (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizacedric authored and RomanHotsiy committed Mar 27, 2019
1 parent 548fae3 commit 851b133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Endpoint/styled.elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const OperationEndpointWrap = styled.div`
`;

export const ServerRelativeURL = styled.span`
font-family: ${props => props.theme.typography.headings.fontFamily};
font-family: ${props => props.theme.typography.code.fontFamily};
margin-left: 10px;
flex: 1;
overflow-x: hidden;
Expand Down

0 comments on commit 851b133

Please sign in to comment.