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

Toast-Component-New #178

Merged
merged 15 commits into from
Dec 18, 2019
Merged

Toast-Component-New #178

merged 15 commits into from
Dec 18, 2019

Conversation

SakshiGrg
Copy link
Collaborator

No description provided.

{showToast && (
<div className={`${className} ${variation}`}>
<Button className="toast-close" onClick={() => close()}>
<img src="/images/close.svg" width="12px" alt="close button" />
Copy link
Collaborator

@vinodloha vinodloha Dec 13, 2019

Choose a reason for hiding this comment

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

Replace this with Icon component

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Created a New Issue Task in reference to #190

.toast-text img {
padding-right: 0.8em;
}
.toast-close {
Copy link
Collaborator

Choose a reason for hiding this comment

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

To be updated along with ICON

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Created a New Issue Task in reference to #190

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you also move your SVG icons lib/static/images to styles/themes/base/icons?

@vinodloha vinodloha merged commit c803c0d into develop Dec 18, 2019
@vinodloha vinodloha deleted the develop-toast branch December 18, 2019 03:20
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.

None yet

2 participants