fixed SortButton center positioning

This commit is contained in:
namushka 2024-06-03 15:32:17 +03:00
parent dcb5e534a8
commit 838324696c
No known key found for this signature in database

View File

@ -31,15 +31,7 @@ import { ComboBox } from "@docspace/shared/components/combobox";
export const SortButton = styled.div`
.combo-button {
${(props) =>
props.theme.interfaceDirection === "rtl"
? css`
padding-left: 4px;
`
: css`
padding-right: 4px;
`}
padding-inline-end: 3px;
background: ${(props) =>
props.theme.filterInput.sort.background} !important;