Update default branding palette for tenants and guests
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:32:51 +01:00
parent 10232cf40e
commit 9cb236f123
15 changed files with 42 additions and 42 deletions

View File

@@ -7,16 +7,16 @@ type EventBrandingContextValue = {
};
export const DEFAULT_EVENT_BRANDING: EventBranding = {
primaryColor: '#f43f5e',
secondaryColor: '#fb7185',
backgroundColor: '#ffffff',
primaryColor: '#FF5A5F',
secondaryColor: '#FFF8F5',
backgroundColor: '#FFF8F5',
fontFamily: 'Montserrat, Inter, "Helvetica Neue", system-ui, -apple-system, BlinkMacSystemFont, sans-serif',
logoUrl: null,
palette: {
primary: '#f43f5e',
secondary: '#fb7185',
background: '#ffffff',
surface: '#ffffff',
primary: '#FF5A5F',
secondary: '#FFF8F5',
background: '#FFF8F5',
surface: '#FFF8F5',
},
typography: {
heading: 'Playfair Display, "Times New Roman", serif',