Added colors to setting seeder

This commit is contained in:
snipe
2026-03-12 11:47:04 +00:00
parent 67d2a5d094
commit c5081ce3e5
+4
View File
@@ -32,6 +32,10 @@ class SettingFactory extends Factory
'locale' => 'en-US',
'pwd_secure_min' => 10, // Match web setup
'email_domain' => 'example.org',
'header_color' => '#3c8dbc',
'link_dark_color' => '#5fa4cc',
'link_light_color' => '#296282;',
'nav_link_color' => '#FFFFFF',
];
}
}