From 97e6caa3323bf22196d645bf2df3a7cf4994d5d7 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 17 Mar 2026 21:03:36 +0700 Subject: [PATCH] Fix UI Beranda --- src/components/dashboard/activity-list.tsx | 1 + src/components/dashboard/chart-apbdes.tsx | 1 + src/components/dashboard/chart-surat.tsx | 1 + src/components/dashboard/division-progress.tsx | 1 + src/components/dashboard/satisfaction-chart.tsx | 1 + 5 files changed, 5 insertions(+) diff --git a/src/components/dashboard/activity-list.tsx b/src/components/dashboard/activity-list.tsx index d42067c..648192e 100644 --- a/src/components/dashboard/activity-list.tsx +++ b/src/components/dashboard/activity-list.tsx @@ -36,6 +36,7 @@ export function ActivityList() { ? "0 1px 3px 0 rgb(0 0 0 / 0.1)" : "0 1px 3px 0 rgb(0 0 0 / 0.1)", }} + h="100%" > Grafik APBDes diff --git a/src/components/dashboard/chart-surat.tsx b/src/components/dashboard/chart-surat.tsx index 3e6a195..d61cefc 100644 --- a/src/components/dashboard/chart-surat.tsx +++ b/src/components/dashboard/chart-surat.tsx @@ -42,6 +42,7 @@ export function ChartSurat() { ? "0 1px 3px 0 rgb(0 0 0 / 0.1)" : "0 1px 3px 0 rgb(0 0 0 / 0.1)", }} + h="100%" > <Group justify="space-between" mb="md"> <Box> diff --git a/src/components/dashboard/division-progress.tsx b/src/components/dashboard/division-progress.tsx index 36d40cc..e92e59e 100644 --- a/src/components/dashboard/division-progress.tsx +++ b/src/components/dashboard/division-progress.tsx @@ -39,6 +39,7 @@ export function DivisionProgress() { ? "0 1px 3px 0 rgb(0 0 0 / 0.1)" : "0 1px 3px 0 rgb(0 0 0 / 0.1)", }} + h="100%" > <Title order={4} c={dark ? "white" : "gray.9"} mb="lg"> Divisi Teraktif diff --git a/src/components/dashboard/satisfaction-chart.tsx b/src/components/dashboard/satisfaction-chart.tsx index 7db291d..8e79a2c 100644 --- a/src/components/dashboard/satisfaction-chart.tsx +++ b/src/components/dashboard/satisfaction-chart.tsx @@ -32,6 +32,7 @@ export function SatisfactionChart() { ? "0 1px 3px 0 rgb(0 0 0 / 0.1)" : "0 1px 3px 0 rgb(0 0 0 / 0.1)", }} + h="100%" > <Title order={4} c={dark ? "white" : "gray.9"} mb={5}> Tingkat Kepuasan