Skip to content

Commit

Permalink
fix: improve mime-type dropdown font
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Oct 16, 2019
1 parent eac7bb8 commit ce885f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common-elements/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const StyledDropdown = styled(Dropdown)`
font-family: ${props => props.theme.typography.headings.fontFamily};
.Dropdown-control {
font-family: ${props => props.theme.typography.code.fontFamily};
font-family: ${props => props.theme.typography.headings.fontFamily};
position: relative;
font-size: 0.929em;
width: 100%;
Expand Down Expand Up @@ -55,7 +55,7 @@ export const StyledDropdown = styled(Dropdown)`
display: block;
height: 0;
position: absolute;
right: 0.6em;
right: 0.3em;
top: 50%;
margin-top: -0.125em;
width: 0;
Expand Down Expand Up @@ -97,7 +97,7 @@ export const StyledDropdown = styled(Dropdown)`
export const SimpleDropdown = styled(StyledDropdown)`
margin-left: 10px;
text-transform: none;
font-size: 0.929em;
font-size: 0.969em;
.Dropdown-control {
font-size: 1em;
Expand Down

0 comments on commit ce885f8

Please sign in to comment.