Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classes.HEADING instead of custom classes #2443

Merged
merged 4 commits into from
May 2, 2018
Merged

Classes.HEADING instead of custom classes #2443

merged 4 commits into from
May 2, 2018

Conversation

giladgray
Copy link
Contributor

  • Callout and Dialog now use Classes.HEADING instead of their custom classes
    • 🔥 remove CALLOUT_TITLE and DIALOG_HEADER_TITLE

@blueprint-bot
Copy link

replace CALLOUT_TITLE in markdown callouts

Preview: documentation | landing | table

{children}
</div>
);
}

private getIconName(): JSX.Element | IconName | undefined {
const { icon, intent } = this.props;
private getIconName(icon?: ICalloutProps["icon"], intent?: Intent): JSX.Element | IconName | undefined {
Copy link
Contributor

Choose a reason for hiding this comment

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

👌

Copy link
Contributor

@llorca llorca left a comment

Choose a reason for hiding this comment

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

love it! preview looking good

@giladgray giladgray merged commit 179bdef into develop May 2, 2018
@giladgray giladgray deleted the gg/headings branch May 2, 2018 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants