Add missing proptypes to input style settings
[MAILPOET-2604]
This commit is contained in:
committed by
Veljko V
parent
2edfac771f
commit
73563ca9dd
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user