generated from Luis/nextjs-python-web-template
add coporate theme color variables
This commit is contained in:
@@ -4,7 +4,7 @@ import { NoDataOverlay } from "@/components/noDataOverlay";
|
||||
export const RecentActivity = () => {
|
||||
return (
|
||||
<DashboardCard title="Recent Activity">
|
||||
<div className="flex h-full w-full justify-center align-middle">
|
||||
<div className="flex w-full justify-center align-middle">
|
||||
<NoDataOverlay label="No Activity yet" />
|
||||
</div>
|
||||
</DashboardCard>
|
||||
|
||||
Reference in New Issue
Block a user