Revert "Fix "Create profile" page not supporting dark mode (#8110)" (#9201)

Reverts twentyhq/twenty#9185
This PR breaks sync-metadata, will merge back after 0.35
This commit is contained in:
Weiko
2024-12-23 14:11:41 +01:00
committed by GitHub
parent ee0282bcc8
commit c947040137
2 changed files with 5 additions and 5 deletions

View File

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