style: update component styling for improved layout and consistency

This commit is contained in:
Ardeman
2025-03-13 05:36:51 +08:00
parent 86ee6abef7
commit 474c6dc750
3 changed files with 5 additions and 9 deletions
+2 -6
View File
@@ -52,14 +52,10 @@ export const DashboardPage = () => {
<div className="flex flex-wrap gap-5 py-5 sm:flex-nowrap">
<div className="h-full w-full sm:w-[60%]">
<div className="shadow-sm">
<UiChartBar />
</div>
<UiChartBar />
</div>
<div className="w-ful h-full sm:w-[40%]">
<div className="shadow-sm">
<ChartSubscription />
</div>
<ChartSubscription />
</div>
</div>
</div>