Update default branding palette for tenants and guests

This commit is contained in:
Codex Agent
2026-01-15 09:32:51 +01:00
parent 738af5f76f
commit 9d1cf016d3
15 changed files with 42 additions and 42 deletions

View File

@@ -1025,10 +1025,10 @@ class EventPublicController extends BaseController
private function resolveBrandingPayload(Event $event): array
{
$defaults = [
'primary' => '#f43f5e',
'secondary' => '#fb7185',
'background' => '#ffffff',
'surface' => '#ffffff',
'primary' => '#FF5A5F',
'secondary' => '#FFF8F5',
'background' => '#FFF8F5',
'surface' => '#FFF8F5',
'font' => null,
'size' => 'm',
'logo_position' => 'left',