feat: integrate Tailwind CSS v4 and verify with dashboard UI

This commit is contained in:
bipproduction
2026-02-09 09:56:10 +08:00
parent cb0f17da15
commit 5ed9637a88
7 changed files with 90 additions and 178 deletions

View File

@@ -56,7 +56,7 @@ function DashboardComponent() {
return (
<Container size="lg" py="xl">
<Title order={1} mb="lg" ta="center">
<Title order={1} ta="center" className=" text-blue-600 p-4 rounded-lg mt-10 shadow-lg">
Dashboard Overview
</Title>