From 3e135f28ef0211926f01feb2111e1624696a2d73 Mon Sep 17 00:00:00 2001 From: Marek Libra Date: Sun, 10 Nov 2024 11:22:14 +0200 Subject: [PATCH] feat(notifications): emphasize notification's title Signed-off-by: Marek Libra --- .changeset/pretty-ligers-bake.md | 5 +++++ .../src/components/NotificationsTable/NotificationsTable.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/pretty-ligers-bake.md diff --git a/.changeset/pretty-ligers-bake.md b/.changeset/pretty-ligers-bake.md new file mode 100644 index 0000000000..871154f974 --- /dev/null +++ b/.changeset/pretty-ligers-bake.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-notifications': patch +--- + +The notification's title is emphasized to be clearly distinguished from the description. diff --git a/plugins/notifications/src/components/NotificationsTable/NotificationsTable.tsx b/plugins/notifications/src/components/NotificationsTable/NotificationsTable.tsx index ee3e4e164d..a8a9689032 100644 --- a/plugins/notifications/src/components/NotificationsTable/NotificationsTable.tsx +++ b/plugins/notifications/src/components/NotificationsTable/NotificationsTable.tsx @@ -222,7 +222,7 @@ export const NotificationsTable = ({ - + {notification.payload.link ? (