Adjust branding defaults and tenant presets
This commit is contained in:
@@ -6,6 +6,8 @@ const defaults = {
|
||||
accent: '#222222',
|
||||
background: '#ffffff',
|
||||
surface: '#f0f0f0',
|
||||
headingFont: 'Default Heading',
|
||||
bodyFont: 'Default Body',
|
||||
mode: 'auto' as const,
|
||||
buttonStyle: 'filled' as const,
|
||||
buttonRadius: 12,
|
||||
@@ -87,7 +89,6 @@ describe('extractBrandingForm', () => {
|
||||
position: 'center',
|
||||
size: 'l',
|
||||
},
|
||||
use_default_branding: true,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -105,7 +106,6 @@ describe('extractBrandingForm', () => {
|
||||
expect(result.logoValue).toBe('🎉');
|
||||
expect(result.logoPosition).toBe('center');
|
||||
expect(result.logoSize).toBe('l');
|
||||
expect(result.useDefaultBranding).toBe(true);
|
||||
});
|
||||
|
||||
it('normalizes stored logo paths for previews', () => {
|
||||
|
||||
Reference in New Issue
Block a user