revert padding of sidebar filters

This commit is contained in:
jeffvli
2025-12-15 01:14:19 -08:00
parent b2941b67d6
commit 455452bf77
8 changed files with 8 additions and 8 deletions
@@ -108,7 +108,7 @@ export const ListFiltersTitle = () => {
const canUnpin = Boolean(setIsSidebarOpen);
return (
<Group justify="space-between" pb={0} pl="xl" pr="xl" pt="md">
<Group justify="space-between" pb={0} pl="md" pr="md" pt="md">
<Text fw={500} size="xl">
{t('common.filters', { postProcess: 'sentenceCase' })}
</Text>