Skip to content

Commit

Permalink
[core] docs(Alert): clarify that intent applies to icon too (#3978)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Feb 26, 2020
1 parent 3aa5647 commit aea0fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/alert/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

1 comment on commit aea0fd0

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] docs(Alert): clarify that intent applies to icon too (#3978)

Previews: documentation | landing | table

Please sign in to comment.