-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
feat(notifications): emphasize notification's title #27569
feat(notifications): emphasize notification's title #27569
Conversation
Changed Packages
|
) : ( | ||
notification.payload.title | ||
)} | ||
<Box sx={{ fontWeight: 'bold' }}> |
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.
is there a Typography variant that you can use instead? thinking h5 or h6 might fit
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.
Those h5 or h6 are still too big, distracting.
Trying subtitle1
. Please see the later screenshot. Wdyt?
Signed-off-by: Marek Libra <marek.libra@gmail.com>
9482ebc
to
3e135f2
Compare
Thank you for contributing to Backstage! The changes in this pull request will be part of the |
Hey, I just made a Pull Request!
The notification's title is emphasized to be clearly distinguished from the description.
✔️ Checklist
Signed-off-by
line in the message. (more info)