Add missing proptypes to input style settings

[MAILPOET-2604]
This commit is contained in:
Rostislav Wolny
2020-03-18 13:35:43 +01:00
committed by Veljko V
parent 2edfac771f
commit 73563ca9dd

View File

@@ -131,6 +131,10 @@ export const inputStylesPropTypes = PropTypes.shape({
fullWidth: PropTypes.bool.isRequired, fullWidth: PropTypes.bool.isRequired,
inheritFromTheme: PropTypes.bool.isRequired, inheritFromTheme: PropTypes.bool.isRequired,
bold: PropTypes.bool, bold: PropTypes.bool,
backgroundColor: PropTypes.string,
borderSize: PropTypes.number,
borderRadius: PropTypes.number,
borderColor: PropTypes.string,
}); });
InputStylesSettings.propTypes = { InputStylesSettings.propTypes = {