ReactSelect: Improve size of dropdown indicator

This commit is contained in:
Gustav Hansen 2022-06-08 13:59:37 +01:00
parent b0debcd320
commit d1c5804d54

View File

@ -9,7 +9,7 @@ export const CarretBox = styled(IconBox)`
border: none; border: none;
svg { svg {
width: ${6 / 16}rem; width: ${9 / 16}rem;
} }
`; `;