From 4b82ea14402cc3f4843324e40727147c821e6a3b Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Thu, 20 Aug 2026 21:43:40 +0530 Subject: [PATCH] fix: style active dashboard products catalog grid and cards with custom CSS --- src/App.tsx | 16 +-- src/index.css | 314 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 322 insertions(+), 8 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b783ce1..0b270b4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2172,13 +2172,13 @@ export default function App() {
{productWizardStep === 0 ? (
-
+

Products

Manage your listings, catalog collections, and stock values.

{/* Filters */} -
+
@@ -3058,7 +3058,7 @@ export default function App() {