Restore "Fix "Create profile" page not supporting dark mode (#8110)" & Fix string defaultValues during sync-metadata (#9220)

Restoring https://github.com/twentyhq/twenty/pull/9185
Also fixing sync-metadata with test values in jsonb

## Test
sync-metadata on existing workspaces should replace colorSchema in both
metadata and workspaceMember tables
This commit is contained in:
Weiko
2024-12-24 15:09:04 +01:00
committed by GitHub
parent e9717603f2
commit 2dcfaeac73
3 changed files with 18 additions and 6 deletions

View File

@ -98,7 +98,7 @@ export class WorkspaceMemberWorkspaceEntity extends BaseWorkspaceEntity {
label: 'Color Scheme',
description: 'Preferred color scheme',
icon: 'IconColorSwatch',
defaultValue: "'Light'",
defaultValue: "'System'",
})
colorScheme: string;