We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b33f35 + 4b0318e commit c974b01Copy full SHA for c974b01
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