Styles styels styles

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-01 18:12:51 +00:00
parent e96069775c
commit c880e24fc0
22 changed files with 314 additions and 219 deletions

View File

@@ -663,6 +663,7 @@ export default function Keywords() {
data={keywords}
loading={loading}
showContent={showContent}
checkboxColumnWidth="40px"
filters={pageConfig.filters}
filterValues={{
search: searchTerm,

View File

@@ -20,14 +20,14 @@ export default function SetupWizard() {
};
return (
<div className="min-h-screen bg-gray-50 dark:bg-gray-900">
<div className="space-y-6">
<PageHeader
title="Setup Wizard"
badge={{ icon: <ShootingStarIcon className="w-5 h-5" />, color: 'blue' }}
description="Complete guided setup for your site"
/>
<div className="max-w-4xl mx-auto py-8 px-4">
<div className="py-4">
<OnboardingWizard
onComplete={handleComplete}
onSkip={handleSkip}