Update coloring
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export default function DashboardCreatePage() {
|
||||
return (
|
||||
<div className="p-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900 mb-4">Create</h1>
|
||||
<p className="text-gray-600">This is the create page where you can add new items.</p>
|
||||
<h1 className="text-2xl font-bold text-foreground mb-4 block">Create</h1>
|
||||
<h1 className="text-muted-foreground block">This is the create page where you can add new items.</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user