changed font-family to monospace in MIME Types and Field/property

This commit is contained in:
Hollister009 2019-10-12 16:08:41 +03:00
parent 71a4bfab80
commit fbf2147a5d
2 changed files with 2 additions and 2 deletions

View File

@ -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%;

View File

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