mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +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,
|
PrimaryColor: p.PrimaryColor,
|
||||||
BackgroundColor: p.BackgroundColor,
|
BackgroundColor: p.BackgroundColor,
|
||||||
WarnColor: p.WarnColor,
|
WarnColor: p.WarnColor,
|
||||||
|
FontColor: p.FontColor,
|
||||||
PrimaryColorDark: p.PrimaryColorDark,
|
PrimaryColorDark: p.PrimaryColorDark,
|
||||||
BackgroundColorDark: p.BackgroundColorDark,
|
BackgroundColorDark: p.BackgroundColorDark,
|
||||||
WarnColorDark: p.WarnColorDark,
|
WarnColorDark: p.WarnColorDark,
|
||||||
|
FontColorDark: p.FontColorDark,
|
||||||
HideLoginNameSuffix: p.HideLoginNameSuffix,
|
HideLoginNameSuffix: p.HideLoginNameSuffix,
|
||||||
DisableWatermark: p.DisableWatermark,
|
DisableWatermark: p.DisableWatermark,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user