Align demo seed branding defaults
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-15 09:38:24 +01:00
parent 9cb236f123
commit 3755213010
2 changed files with 5 additions and 5 deletions

View File

@@ -46,9 +46,9 @@ class DemoEventSeeder extends Seeder
'collection_slugs' => ['wedding-classics-2025'],
'task_slug_prefix' => 'wedding-',
'branding' => [
'primary_color' => '#f43f5e',
'secondary_color' => '#fb7185',
'background_color' => '#fff7f4',
'primary_color' => '#FF5A5F',
'secondary_color' => '#FFF8F5',
'background_color' => '#FFF8F5',
'font_family' => 'Playfair Display, serif',
],
],