style(admin): elevate AdminDashboardView stories to SaaS Premium

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
senke 2026-02-07 14:01:29 +01:00
parent f66dd3d638
commit 900151efc7

View file

@ -25,7 +25,7 @@ const meta: Meta<typeof AdminDashboardView> = {
decorators: [
(Story) => (
<ToastProvider>
<div className="bg-kodo-background min-h-layout-page p-4">
<div className="bg-background min-h-layout-page p-4">
<Story />
</div>
</ToastProvider>