From 71a4bfab801ab326ae6ae6c21dadbef0df00df15 Mon Sep 17 00:00:00 2001 From: Hollister009 Date: Sat, 12 Oct 2019 15:53:53 +0300 Subject: [PATCH] fixed font-family in ConstarintItem styles --- src/common-elements/fields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-elements/fields.ts b/src/common-elements/fields.ts index 3b93e43b..ef1c07e8 100644 --- a/src/common-elements/fields.ts +++ b/src/common-elements/fields.ts @@ -72,7 +72,6 @@ export const ExampleValue = styled(FieldLabel)` padding: 0 ${theme.spacing.unit}px; border: 1px solid ${transparentize(0.9, theme.colors.text.primary)}; font-family: ${theme.typography.code.fontFamily}; - color: ${theme.typography.code.color}; }`}; & + & { margin-left: 0; @@ -91,6 +90,7 @@ export const ConstraintItem = styled(FieldLabel)` margin: 0 ${theme.spacing.unit}px; padding: 0 ${theme.spacing.unit}px; border: 1px solid ${transparentize(0.9, theme.colors.primary.main)}; + font-family: ${theme.typography.code.fontFamily}; }`}; & + & { margin-left: 0;