From 5b9a0c609dda07871536f10fe45fe0c81225819d Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 11 Aug 2026 22:08:30 +0200 Subject: [PATCH] style: remove text-gradient, use global colors --- shop/app/admin/categories/page.tsx | 2 +- shop/app/admin/orders/page.tsx | 2 +- shop/app/admin/page.tsx | 2 +- shop/app/admin/products/page.tsx | 2 +- shop/app/admin/users/page.tsx | 2 +- shop/app/admin/wysiwyg/page.tsx | 2 +- shop/app/globals.css | 1 + shop/app/order/success/page.tsx | 4 ++-- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/shop/app/admin/categories/page.tsx b/shop/app/admin/categories/page.tsx index cf3afaa..ed062b4 100644 --- a/shop/app/admin/categories/page.tsx +++ b/shop/app/admin/categories/page.tsx @@ -9,7 +9,7 @@ export default async function AdminCategoriesPage() {
-

+

Kategorien

diff --git a/shop/app/admin/orders/page.tsx b/shop/app/admin/orders/page.tsx index 5b11b5c..e54c755 100644 --- a/shop/app/admin/orders/page.tsx +++ b/shop/app/admin/orders/page.tsx @@ -7,7 +7,7 @@ export default async function AdminOrdersPage() {
-

Bestellungen

+

Bestellungen

Verwalten Sie alle Kundenbestellungen und greifen Sie auf generierte Annfragesbestätigungen zu.

diff --git a/shop/app/admin/page.tsx b/shop/app/admin/page.tsx index 6589660..e518fc9 100644 --- a/shop/app/admin/page.tsx +++ b/shop/app/admin/page.tsx @@ -41,7 +41,7 @@ export default async function AdminDashboard() { return (
-

Dashboard

+

Dashboard

{/* KPI Cards – echte DB-Daten */}
diff --git a/shop/app/admin/products/page.tsx b/shop/app/admin/products/page.tsx index 407a481..a871029 100644 --- a/shop/app/admin/products/page.tsx +++ b/shop/app/admin/products/page.tsx @@ -10,7 +10,7 @@ export default async function AdminProductsPage() {
-

+

Produkte & Module

diff --git a/shop/app/admin/users/page.tsx b/shop/app/admin/users/page.tsx index 41bcbe8..871d365 100644 --- a/shop/app/admin/users/page.tsx +++ b/shop/app/admin/users/page.tsx @@ -14,7 +14,7 @@ export default async function AdminUsersPage() {
-

+

Benutzerverwaltung

diff --git a/shop/app/admin/wysiwyg/page.tsx b/shop/app/admin/wysiwyg/page.tsx index af94339..1ba03d6 100644 --- a/shop/app/admin/wysiwyg/page.tsx +++ b/shop/app/admin/wysiwyg/page.tsx @@ -10,7 +10,7 @@ export default async function WysiwygAdminPage() {
-

+

WYSIWYG Live-Editor

diff --git a/shop/app/globals.css b/shop/app/globals.css index e4d740f..1ffdf40 100644 --- a/shop/app/globals.css +++ b/shop/app/globals.css @@ -2,6 +2,7 @@ @tailwind components; @tailwind utilities; + html { color-scheme: dark; } diff --git a/shop/app/order/success/page.tsx b/shop/app/order/success/page.tsx index a67112b..3a0c34b 100644 --- a/shop/app/order/success/page.tsx +++ b/shop/app/order/success/page.tsx @@ -159,7 +159,7 @@ export default async function OrderSuccessPage({
Brutto Gesamtbetrag: - 0 ? "text-white" : "text-gradient"}> + 0 ? "text-white" : "text-primary"}> {new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(oneTimeGross)}
@@ -183,7 +183,7 @@ export default async function OrderSuccessPage({
Brutto Gesamtbetrag: - + {new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(monthlyGross)} / Monat