Fix QC Kak Inno 18 Des

Fix UI Admin Menu Kesehatan
Fix Search : Sudah diberi useDebounced menu Kesehatan
This commit is contained in:
2025-12-19 15:43:55 +08:00
parent af60bcd6fc
commit bf20cd55e8
85 changed files with 1838 additions and 956 deletions

View File

@@ -194,7 +194,7 @@ function ListKategoriKegiatan({ search }: { search: string }) {
<Box py={{ base: 20, md: 20 }}>
<Paper bg={colors['white-1']} p={{ base: 'md', md: 'xl' }} shadow="md" radius="md">
<Group justify="space-between" mb={{ base: 'md', md: 'lg' }}>
<Title order={2} lh={1.2}>
<Title order={4} lh={1.2}>
Daftar Kategori Kegiatan
</Title>
<Button

View File

@@ -66,7 +66,7 @@ function ListDesaAntiKorupsi({ search }: { search: string }) {
<Stack gap={'md'}>
<Paper p={{ base: 'md', md: 'lg' }} radius="lg" shadow="md" withBorder>
<Group justify="space-between" mb={{ base: 'sm', md: 'md' }}>
<Title order={2} lh={1.2}>
<Title order={4} lh={1.2}>
Daftar Program Desa Anti Korupsi
</Title>
<Button