Shared: Fix rtl styles for sort button

This commit is contained in:
Aleksandr Lushkin 2024-04-18 11:04:05 +02:00
parent a16f9e1c80
commit c939d82351

View File

@ -564,7 +564,7 @@ const StyledSortButton = styled.div<{ viewAs: TViewAs; isDesc: boolean }>`
.combo-button {
background: ${(props) =>
props.theme.filterInput.sort.background} !important;
padding-right: 4px;
padding-inline-end: 4px;
.icon-button_svg {
cursor: pointer;