Add dark mode styles to dashboard and UI components

This commit is contained in:
2025-07-12 21:50:43 -04:00
parent fa4bd886b3
commit 89de059501
4 changed files with 152 additions and 125 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ export default async function BusinessesPage() {
<div>
<div className="mb-8 flex flex-col gap-4 md:flex-row md:items-center md:justify-between">
<div>
<h1 className="bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-3xl font-bold text-transparent">
<h1 className="bg-gradient-to-r from-emerald-600 to-teal-600 bg-clip-text text-3xl font-bold text-transparent dark:from-emerald-400 dark:to-teal-400">
Businesses
</h1>
<p className="mt-1 text-lg text-gray-600">
<p className="mt-1 text-lg text-gray-600 dark:text-gray-300">
Manage your businesses and their information.
</p>
</div>