Merge pull request #27569 from mareklibra/FLPATH-1840.emphasizeNotificationTitle
feat(notifications): emphasize notification's title
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user