-
Notifications
You must be signed in to change notification settings - Fork 8
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
Make all toasts compatible #1153
Conversation
AlaaElattar
commented
Sep 26, 2023
•
edited
Loading
edited
- Make all toasts at top right.
- Change one with green color to primary.
- Add icon at all of them.
- toast position and the support button #1148
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make sure to use this color #FF5252
for error ones and #1aa18f
for success ones
|
const typeToColor: { [key: string]: string } = { | ||
success: "#1aa18f", | ||
danger: "#FF5252", | ||
info: "#1aa18f", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ehab-hassan can you check the colors here for the toast and provide colors for the missing ones?
the supported types: danger
, default
, info
, success
, and warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The font is clear to me and readable no need to make it bigger