increase padding on list filters

This commit is contained in:
jeffvli
2025-12-14 06:12:56 -08:00
parent 69de9a98f0
commit 253a78b236
7 changed files with 8 additions and 7 deletions
@@ -1,3 +1,4 @@
import { t } from 'i18next';
import { Suspense } from 'react';
import { useTranslation } from 'react-i18next';
@@ -108,7 +109,7 @@ export const ListFiltersTitle = () => {
const canUnpin = Boolean(setIsSidebarOpen);
return (
<Group justify="space-between" p="md" pb={0}>
<Group justify="space-between" pb={0} pl="xl" pr="xl" pt="md">
<Text fw={500} size="xl">
{t('common.filters', { postProcess: 'sentenceCase' })}
</Text>