diff --git a/packages/twenty-front/src/pages/auth/CreateProfile.tsx b/packages/twenty-front/src/pages/auth/CreateProfile.tsx index 197729259..edb1f9022 100644 --- a/packages/twenty-front/src/pages/auth/CreateProfile.tsx +++ b/packages/twenty-front/src/pages/auth/CreateProfile.tsx @@ -99,6 +99,7 @@ export const CreateProfile = () => { firstName: data.firstName, lastName: data.lastName, }, + colorScheme: 'System', }, }); @@ -110,6 +111,7 @@ export const CreateProfile = () => { firstName: data.firstName, lastName: data.lastName, }, + colorScheme: 'System', }) as any, );