This commit is contained in:
Yurov Dmitry 2019-05-08 12:33:46 +03:00
parent 51511e3fad
commit 7e187d83cb
3 changed files with 3090 additions and 2161 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@ export const StyledDropdown = styled(Dropdown)`
min-width: 100px; min-width: 100px;
display: inline-block; display: inline-block;
position: relative; position: relative;
width: auto; width: 100%;
font-family: ${props => props.theme.typography.headings.fontFamily}; font-family: ${props => props.theme.typography.headings.fontFamily};
.Dropdown-control { .Dropdown-control {

View File

@ -85,7 +85,7 @@ const defaultTheme: ThemeInterface = {
nestingSpacing: '1em', nestingSpacing: '1em',
nestedBackground: '#fafafa', nestedBackground: '#fafafa',
arrow: { arrow: {
size: '1.1em', size: '1.4em',
color: theme => theme.colors.text.secondary, color: theme => theme.colors.text.secondary,
}, },
}, },