Updated CreateProfile default to System Color Scheme (#3544)
Added the default colorScheme while creating a new profile.
This commit is contained in:
committed by
GitHub
parent
bafc15d2b8
commit
7607ecaac6
@ -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,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user