mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix: add font color on new label policy (#6155)
This commit is contained in:
parent
c0e45b63d8
commit
9fed1a7a5b
@ -10,9 +10,11 @@ func AddLabelPolicyToDomain(p *mgmt_pb.AddCustomLabelPolicyRequest) *domain.Labe
|
||||
PrimaryColor: p.PrimaryColor,
|
||||
BackgroundColor: p.BackgroundColor,
|
||||
WarnColor: p.WarnColor,
|
||||
FontColor: p.FontColor,
|
||||
PrimaryColorDark: p.PrimaryColorDark,
|
||||
BackgroundColorDark: p.BackgroundColorDark,
|
||||
WarnColorDark: p.WarnColorDark,
|
||||
FontColorDark: p.FontColorDark,
|
||||
HideLoginNameSuffix: p.HideLoginNameSuffix,
|
||||
DisableWatermark: p.DisableWatermark,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user