Web:Common:Filter: fix after merge

This commit is contained in:
TimofeyBoyko 2022-08-31 11:48:40 +03:00
parent 8bda52c489
commit 073b37aa86

View File

@ -22,7 +22,7 @@ const StyledSelectedItem = styled.div`
margin-right: 4px;
margin-bottom: 4px;
background: ${(props) => props.theme.filterInput.SelectedItems.background};
background: ${(props) => props.theme.filterInput.selectedItems.background};
.selected-item_label {
line-height: 20px;