Add input colour settings
[MAILPOET-2908]
This commit is contained in:
@@ -62,6 +62,11 @@ const InputStylesSettings = ({
|
|||||||
/>
|
/>
|
||||||
{!localStyles.inheritFromTheme ? (
|
{!localStyles.inheritFromTheme ? (
|
||||||
<>
|
<>
|
||||||
|
<ColorSettings
|
||||||
|
name={MailPoet.I18n.t('formSettingsStylesFontColor')}
|
||||||
|
value={localStyles.fontColor}
|
||||||
|
onChange={partial(updateStyles, 'fontColor')}
|
||||||
|
/>
|
||||||
<ColorSettings
|
<ColorSettings
|
||||||
name={MailPoet.I18n.t('formSettingsStylesBackgroundColor')}
|
name={MailPoet.I18n.t('formSettingsStylesBackgroundColor')}
|
||||||
value={localStyles.backgroundColor}
|
value={localStyles.backgroundColor}
|
||||||
|
Reference in New Issue
Block a user