Fix design filter dropdown

This commit is contained in:
Charles Bochet
2023-06-01 09:12:23 +02:00
parent 1ff1dd252c
commit 7d87598953

View File

@ -65,6 +65,7 @@ const StyledDropdown = styled.ul`
&:last-of-type {
border-bottom-left-radius: var(--outer-border-radius);
border-bottom-right-radius: var(--outer-border-radius);
border-bottom: 0;
}
}
`;
@ -125,6 +126,8 @@ const StyledSearchField = styled.li`
user-select: none;
color: ${(props) => props.theme.text60};
font-weight: ${(props) => props.theme.fontWeightBold};
border-bottom: var(--wraper-border) solid
${(props) => props.theme.primaryBorder};
overflow: hidden;
input {