Update default branding palette for tenants and guests
This commit is contained in:
@@ -7,8 +7,8 @@ import { MissionActionCard } from '../HomePage';
|
||||
vi.mock('../../context/EventBrandingContext', () => ({
|
||||
useEventBranding: () => ({
|
||||
branding: {
|
||||
primaryColor: '#f43f5e',
|
||||
secondaryColor: '#fb7185',
|
||||
primaryColor: '#FF5A5F',
|
||||
secondaryColor: '#FFF8F5',
|
||||
buttons: { radius: 12 },
|
||||
typography: {},
|
||||
fontFamily: 'Montserrat',
|
||||
@@ -18,7 +18,7 @@ vi.mock('../../context/EventBrandingContext', () => ({
|
||||
|
||||
vi.mock('../../lib/emotionTheme', () => ({
|
||||
getEmotionTheme: () => ({
|
||||
gradientBackground: 'linear-gradient(135deg, #f43f5e, #fb7185)',
|
||||
gradientBackground: 'linear-gradient(135deg, #FF5A5F, #FFF8F5)',
|
||||
}),
|
||||
getEmotionIcon: () => '🙂',
|
||||
}));
|
||||
|
||||
@@ -29,8 +29,8 @@ describe('UploadActionCard', () => {
|
||||
<MemoryRouter>
|
||||
<UploadActionCard
|
||||
token="demo"
|
||||
accentColor="#f43f5e"
|
||||
secondaryAccent="#fb7185"
|
||||
accentColor="#FF5A5F"
|
||||
secondaryAccent="#FFF8F5"
|
||||
radius={12}
|
||||
requiresApproval={false}
|
||||
/>
|
||||
|
||||
@@ -41,8 +41,8 @@ vi.mock('../../context/EventStatsContext', () => ({
|
||||
vi.mock('../../context/EventBrandingContext', () => ({
|
||||
useEventBranding: () => ({
|
||||
branding: {
|
||||
primaryColor: '#f43f5e',
|
||||
secondaryColor: '#fb7185',
|
||||
primaryColor: '#FF5A5F',
|
||||
secondaryColor: '#FFF8F5',
|
||||
buttons: { radius: 12 },
|
||||
typography: {},
|
||||
fontFamily: 'Montserrat',
|
||||
|
||||
@@ -41,8 +41,8 @@ vi.mock('../../context/EventStatsContext', () => ({
|
||||
vi.mock('../../context/EventBrandingContext', () => ({
|
||||
useEventBranding: () => ({
|
||||
branding: {
|
||||
primaryColor: '#f43f5e',
|
||||
secondaryColor: '#fb7185',
|
||||
primaryColor: '#FF5A5F',
|
||||
secondaryColor: '#FFF8F5',
|
||||
buttons: { radius: 12 },
|
||||
typography: {},
|
||||
fontFamily: 'Montserrat',
|
||||
|
||||
Reference in New Issue
Block a user