feat(notifications): emphasize notification's title
Signed-off-by: Marek Libra <marek.libra@gmail.com>
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.
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user