diff --git a/packages/ui-buttons/src/CondensedButton/props.ts b/packages/ui-buttons/src/CondensedButton/props.ts index 28a8f12bc3..ffe6df18fe 100644 --- a/packages/ui-buttons/src/CondensedButton/props.ts +++ b/packages/ui-buttons/src/CondensedButton/props.ts @@ -121,7 +121,7 @@ const propTypes: PropValidators = { elementRef: PropTypes.func, as: PropTypes.elementType, interaction: PropTypes.oneOf(['enabled', 'disabled', 'readonly']), - color: PropTypes.oneOf(['primary', 'primary-inverse']), + color: PropTypes.oneOf(['primary', 'primary-inverse', 'secondary']), margin: ThemeablePropTypes.spacing, cursor: PropTypes.string, href: PropTypes.string,