diff --git a/packages/client/src/pages/FormGallery/Filter/SortFilter/index.styled.js b/packages/client/src/pages/FormGallery/Filter/SortFilter/index.styled.js index 2ccfb87496..c4a58858b8 100644 --- a/packages/client/src/pages/FormGallery/Filter/SortFilter/index.styled.js +++ b/packages/client/src/pages/FormGallery/Filter/SortFilter/index.styled.js @@ -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 {