File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file 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 . code . fontFamily } ;
24
+ font-family: ${ props => props . theme . typography . headings . fontFamily } ;
25
25
position: relative;
26
26
font-size: 0.929em;
27
27
width: 100%;
@@ -55,7 +55,7 @@ export const StyledDropdown = styled(Dropdown)`
55
55
display: block;
56
56
height: 0;
57
57
position: absolute;
58
- right: 0.6em ;
58
+ right: 0.3em ;
59
59
top: 50%;
60
60
margin-top: -0.125em;
61
61
width: 0;
@@ -97,7 +97,7 @@ export const StyledDropdown = styled(Dropdown)`
97
97
export const SimpleDropdown = styled ( StyledDropdown ) `
98
98
margin-left: 10px;
99
99
text-transform: none;
100
- font-size: 0.929em ;
100
+ font-size: 0.969em ;
101
101
102
102
.Dropdown-control {
103
103
font-size: 1em;
You can’t perform that action at this time.
0 commit comments