mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
refactor(schemas): update sie seed dark primary color (#1307)
This commit is contained in:
parent
26917890c9
commit
b77ba0e0fa
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export const defaultSignInExperience: Readonly<CreateSignInExperience> = {
|
|||
color: {
|
||||
primaryColor: '#6139F6',
|
||||
isDarkModeEnabled: true,
|
||||
darkPrimaryColor: '#6139F6',
|
||||
darkPrimaryColor: '#8768F8',
|
||||
},
|
||||
branding: {
|
||||
style: BrandingStyle.Logo,
|
||||
|
|
Loading…
Reference in a new issue