Align demo seed branding defaults
This commit is contained in:
@@ -357,8 +357,8 @@ class SeedDemoSwitcherTenants extends Command
|
|||||||
'settings' => [
|
'settings' => [
|
||||||
'branding' => [
|
'branding' => [
|
||||||
'logo_url' => null,
|
'logo_url' => null,
|
||||||
'primary_color' => '#1D4ED8',
|
'primary_color' => '#FF5A5F',
|
||||||
'secondary_color' => '#0F172A',
|
'secondary_color' => '#FFF8F5',
|
||||||
'font_family' => 'Inter, sans-serif',
|
'font_family' => 'Inter, sans-serif',
|
||||||
],
|
],
|
||||||
'features' => [
|
'features' => [
|
||||||
|
|||||||
@@ -46,9 +46,9 @@ class DemoEventSeeder extends Seeder
|
|||||||
'collection_slugs' => ['wedding-classics-2025'],
|
'collection_slugs' => ['wedding-classics-2025'],
|
||||||
'task_slug_prefix' => 'wedding-',
|
'task_slug_prefix' => 'wedding-',
|
||||||
'branding' => [
|
'branding' => [
|
||||||
'primary_color' => '#f43f5e',
|
'primary_color' => '#FF5A5F',
|
||||||
'secondary_color' => '#fb7185',
|
'secondary_color' => '#FFF8F5',
|
||||||
'background_color' => '#fff7f4',
|
'background_color' => '#FFF8F5',
|
||||||
'font_family' => 'Playfair Display, serif',
|
'font_family' => 'Playfair Display, serif',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user