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

@@ -20,9 +20,9 @@ vi.mock('../../i18n/useTranslation', () => ({
vi.mock('../../context/EventBrandingContext', () => ({
useEventBranding: () => ({
branding: {
primaryColor: '#f43f5e',
secondaryColor: '#fb7185',
buttons: { radius: 12, linkColor: '#fb7185' },
primaryColor: '#FF5A5F',
secondaryColor: '#FFF8F5',
buttons: { radius: 12, linkColor: '#FFF8F5' },
typography: {},
fontFamily: 'Montserrat',
},