fixed font-family in ConstarintItem styles

This commit is contained in:
Hollister009 2019-10-12 15:53:53 +03:00
parent 4494f80dbc
commit 71a4bfab80

View File

@ -72,7 +72,6 @@ export const ExampleValue = styled(FieldLabel)`
padding: 0 ${theme.spacing.unit}px; padding: 0 ${theme.spacing.unit}px;
border: 1px solid ${transparentize(0.9, theme.colors.text.primary)}; border: 1px solid ${transparentize(0.9, theme.colors.text.primary)};
font-family: ${theme.typography.code.fontFamily}; font-family: ${theme.typography.code.fontFamily};
color: ${theme.typography.code.color};
}`}; }`};
& + & { & + & {
margin-left: 0; margin-left: 0;
@ -91,6 +90,7 @@ export const ConstraintItem = styled(FieldLabel)`
margin: 0 ${theme.spacing.unit}px; margin: 0 ${theme.spacing.unit}px;
padding: 0 ${theme.spacing.unit}px; padding: 0 ${theme.spacing.unit}px;
border: 1px solid ${transparentize(0.9, theme.colors.primary.main)}; border: 1px solid ${transparentize(0.9, theme.colors.primary.main)};
font-family: ${theme.typography.code.fontFamily};
}`}; }`};
& + & { & + & {
margin-left: 0; margin-left: 0;