We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3212903 commit c7a851dCopy full SHA for c7a851d
1 file changed
src/custom/CatalogFilterSection/CatalogFilterSidebar.tsx
@@ -141,7 +141,8 @@ const CatalogFilterSidebar: React.FC<CatalogFilterSidebarProps> = ({
141
style={{
142
height: '75vh',
143
overflowY: 'auto',
144
- background: theme.palette.background.surfaces
+ background: theme.palette.background.surfaces,
145
+ padding: '0 16px'
146
}}
147
>
148
<CatalogFilterSidebarState
0 commit comments