From 851b1337cbf30bff1475946994df85a499dcc52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bertolini?= <41571181+wizacedric@users.noreply.github.com> Date: Wed, 27 Mar 2019 21:16:11 +0100 Subject: [PATCH] fix: change fontFamily for EndpointInfo (#866) --- src/components/Endpoint/styled.elements.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Endpoint/styled.elements.ts b/src/components/Endpoint/styled.elements.ts index 4241ff0902..f00a032b11 100644 --- a/src/components/Endpoint/styled.elements.ts +++ b/src/components/Endpoint/styled.elements.ts @@ -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;