fixed FormGallery SortFilter icon not centered

This commit is contained in:
namushka 2024-05-27 17:11:04 +03:00
parent 08b3a6b1bf
commit 22fb66b76a
No known key found for this signature in database

View File

@ -31,6 +31,7 @@ import { ComboBox } from "@docspace/shared/components/combobox";
export const SortButton = styled.div`
.combo-button {
padding-right: 4px;
background: ${(props) =>
props.theme.filterInput.sort.background} !important;
@ -67,6 +68,7 @@ export const SortButton = styled.div`
align-items: center;
justify-content: center;
margin: 0;
padding: 0 16px;
}
.combo-buttons_arrow-icon {