Merge pull request #27569 from mareklibra/FLPATH-1840.emphasizeNotificationTitle

feat(notifications): emphasize notification's title
This commit is contained in:
Ben Lambert
2024-11-15 16:33:14 -07:00
committed by GitHub
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.
@@ -223,7 +223,7 @@ export const NotificationsTable = ({
</Grid>
<Grid item xs={11}>
<Box>
<Typography variant="subtitle2">
<Typography variant="subtitle1">
{notification.payload.link ? (
<Link
to={notification.payload.link}