diff --git a/packages/react-ui-components/src/Icon/icon.tsx b/packages/react-ui-components/src/Icon/icon.tsx index cb40056a68..88ddd75164 100644 --- a/packages/react-ui-components/src/Icon/icon.tsx +++ b/packages/react-ui-components/src/Icon/icon.tsx @@ -7,7 +7,7 @@ import {defaultProps} from './iconDefaultProps'; type IconSize = 'xs' | 'sm' | 'lg' | '2x' | '3x'; type IconPadding = 'none' | 'left' | 'right'; -type IconColor = 'default' | 'warn' | 'error' | 'primaryBlue'; +type IconColor = 'default' | 'warn' | 'error' | 'primaryBlue' | 'contrastDark'; export interface IconTheme { readonly icon: string;