Added primary varient in IconButton
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ IconButton.defaultProps = {
|
||||
};
|
||||
|
||||
IconButton.propTypes = {
|
||||
variant: PropTypes.oneOf(['surface', 'positive', 'caution', 'danger']),
|
||||
variant: PropTypes.oneOf(['surface', 'primary', 'positive', 'caution', 'danger']),
|
||||
size: PropTypes.oneOf(['normal', 'small', 'extra-small']),
|
||||
type: PropTypes.oneOf(['button', 'submit', 'reset']),
|
||||
tooltip: PropTypes.string,
|
||||
|
||||
Reference in New Issue
Block a user