feat(notifications): emphasize notification's title

Signed-off-by: Marek Libra <marek.libra@gmail.com>
This commit is contained in:
Marek Libra
2024-11-10 11:22:14 +02:00
parent 70b49e6563
commit 3e135f28ef
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
The notification's title is emphasized to be clearly distinguished from the description.
@@ -222,7 +222,7 @@ export const NotificationsTable = ({
</Grid>
<Grid item xs={11}>
<Box>
<Typography variant="subtitle2">
<Typography variant="subtitle1">
{notification.payload.link ? (
<Link
to={notification.payload.link}