Components: Tag: fix style

This commit is contained in:
Viktor Fomin 2022-11-02 15:15:08 +05:00
parent 0ef4129c99
commit 8d9632602c

View File

@ -63,6 +63,15 @@ const StyledDropdownIcon = styled(ReactSVG)`
align-items: center;
pointer-events: none;
svg {
path:first-child {
stroke: ${(props) => props.theme.tag.color};
}
path:last-child {
fill: ${(props) => props.theme.tag.color};
}
}
`;
const StyledDropdownText = styled(Text)`