From fbf2147a5df9d0202b28b793ffe63b872f6e171a Mon Sep 17 00:00:00 2001 From: Hollister009 Date: Sat, 12 Oct 2019 16:08:41 +0300 Subject: [PATCH] changed font-family to monospace in MIME Types and Field/property --- src/common-elements/dropdown.ts | 2 +- src/common-elements/fields-layout.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common-elements/dropdown.ts b/src/common-elements/dropdown.ts index 40cf978d..9b3f50a3 100644 --- a/src/common-elements/dropdown.ts +++ b/src/common-elements/dropdown.ts @@ -21,7 +21,7 @@ export const StyledDropdown = styled(Dropdown)` font-family: ${props => props.theme.typography.headings.fontFamily}; .Dropdown-control { - font-family: ${props => props.theme.typography.headings.fontFamily}; + font-family: ${props => props.theme.typography.code.fontFamily}; position: relative; font-size: 0.929em; width: 100%; diff --git a/src/common-elements/fields-layout.ts b/src/common-elements/fields-layout.ts index f8b00ef1..e3a696ed 100644 --- a/src/common-elements/fields-layout.ts +++ b/src/common-elements/fields-layout.ts @@ -63,7 +63,7 @@ export const PropertyNameCell = styled(PropertyCell)` line-height: 20px; white-space: nowrap; font-size: 0.929em; - font-family: ${props => props.theme.typography.headings.fontFamily}; + font-family: ${props => props.theme.typography.code.fontFamily}; &.deprecated { ${deprecatedCss};