File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const StyledDropdown = styled(Dropdown)`
21
21
font-family: ${ props => props . theme . typography . headings . fontFamily } ;
22
22
23
23
.Dropdown-control {
24
- font-family: ${ props => props . theme . typography . headings . fontFamily } ;
24
+ font-family: ${ props => props . theme . typography . code . fontFamily } ;
25
25
position: relative;
26
26
font-size: 0.929em;
27
27
width: 100%;
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export const PropertyNameCell = styled(PropertyCell)`
63
63
line-height: 20px;
64
64
white-space: nowrap;
65
65
font-size: 0.929em;
66
- font-family: ${ props => props . theme . typography . headings . fontFamily } ;
66
+ font-family: ${ props => props . theme . typography . code . fontFamily } ;
67
67
68
68
&.deprecated {
69
69
${ deprecatedCss } ;
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ export const ExampleValue = styled(FieldLabel)`
72
72
padding: 0 ${ theme . spacing . unit } px;
73
73
border: 1px solid ${ transparentize ( 0.9 , theme . colors . text . primary ) } ;
74
74
font-family: ${ theme . typography . code . fontFamily } ;
75
- color: ${ theme . typography . code . color } ;
76
75
}` } ;
77
76
& + & {
78
77
margin-left: 0;
@@ -91,6 +90,7 @@ export const ConstraintItem = styled(FieldLabel)`
91
90
margin: 0 ${ theme . spacing . unit } px;
92
91
padding: 0 ${ theme . spacing . unit } px;
93
92
border: 1px solid ${ transparentize ( 0.9 , theme . colors . primary . main ) } ;
93
+ font-family: ${ theme . typography . code . fontFamily } ;
94
94
}` } ;
95
95
& + & {
96
96
margin-left: 0;
You can’t perform that action at this time.
0 commit comments