From 0b7682b6f8134ec25da6e9b21b1c184472509ece Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Tue, 25 Feb 2020 15:26:34 -0500 Subject: [PATCH] [Alert] Intent applies to icon too --- packages/core/src/components/alert/alert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/components/alert/alert.tsx b/packages/core/src/components/alert/alert.tsx index 34226ea166..5ee0e3fd47 100644 --- a/packages/core/src/components/alert/alert.tsx +++ b/packages/core/src/components/alert/alert.tsx @@ -62,7 +62,7 @@ export interface IAlertProps extends IOverlayLifecycleProps, IProps { icon?: IconName | MaybeElement; /** - * The intent to be applied to the confirm (right-most) button. + * The intent to be applied to the confirm (right-most) button and the icon (if provided). */ intent?: Intent;