mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
revert padding of sidebar filters
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user