chore: fix dropdown style

This commit is contained in:
Alex Varchuk 2022-05-06 16:31:19 +03:00 committed by AlexVarchuk
parent 8678615a0e
commit f0cf5fe149
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export const Dropdown = styled(DropdownComponent)<{
vertical-align: bottom; vertical-align: bottom;
width: ${({ fullWidth }) => (fullWidth ? '100%' : 'auto')}; width: ${({ fullWidth }) => (fullWidth ? '100%' : 'auto')};
text-transform: none; text-transform: none;
padding: 0 8px 0 4px; padding: 0 22px 0 4px;
font-size: 0.929em; font-size: 0.929em;
line-height: 1.5em; line-height: 1.5em;

View File

@ -37,7 +37,7 @@ export const InvertedSimpleDropdown = styled(Dropdown)`
text-transform: none; text-transform: none;
border: none; border: none;
} }
margin: 0 0 10px 10px; margin: 0 0 10px 0;
display: block; display: block;
background-color: ${({ theme }) => transparentize(0.6, theme.rightPanel.backgroundColor)}; background-color: ${({ theme }) => transparentize(0.6, theme.rightPanel.backgroundColor)};
border: none; border: none;