Skip to content

Commit ce885f8

Browse files
committed
fix: improve mime-type dropdown font
1 parent eac7bb8 commit ce885f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common-elements/dropdown.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const StyledDropdown = styled(Dropdown)`
2121
font-family: ${props => props.theme.typography.headings.fontFamily};
2222
2323
.Dropdown-control {
24-
font-family: ${props => props.theme.typography.code.fontFamily};
24+
font-family: ${props => props.theme.typography.headings.fontFamily};
2525
position: relative;
2626
font-size: 0.929em;
2727
width: 100%;
@@ -55,7 +55,7 @@ export const StyledDropdown = styled(Dropdown)`
5555
display: block;
5656
height: 0;
5757
position: absolute;
58-
right: 0.6em;
58+
right: 0.3em;
5959
top: 50%;
6060
margin-top: -0.125em;
6161
width: 0;
@@ -97,7 +97,7 @@ export const StyledDropdown = styled(Dropdown)`
9797
export const SimpleDropdown = styled(StyledDropdown)`
9898
margin-left: 10px;
9999
text-transform: none;
100-
font-size: 0.929em;
100+
font-size: 0.969em;
101101
102102
.Dropdown-control {
103103
font-size: 1em;

0 commit comments

Comments
 (0)