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};