🐛 bug fix: color fields were converted from hex to dec values
Added this two color fields to $colorFields: - design_button_font_color - design_button_font_color_light
This commit is contained in:
parent
2abf1676bd
commit
cb4c11feee
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ class CRM_TwingleCampaign_BAO_TwingleProject extends Campaign {
|
|||
'design_background_color',
|
||||
'design_primary_color',
|
||||
'design_font_color',
|
||||
'design_button_font_color',
|
||||
'design_button_font_color_light',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue