From b45cb71b80095e69742e9ea06433f094c3679795 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 7 May 2023 19:31:43 +0000 Subject: [PATCH] Wrap the title heading on Notification panel with mx_BaseCard_header_title --- src/components/structures/NotificationPanel.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/structures/NotificationPanel.tsx b/src/components/structures/NotificationPanel.tsx index 67e3523f38f..cb580dd1346 100644 --- a/src/components/structures/NotificationPanel.tsx +++ b/src/components/structures/NotificationPanel.tsx @@ -93,9 +93,11 @@ export default class NotificationPanel extends React.PureComponent - {_t("Notifications")} - +
+ + {_t("Notifications")} + +
} /** * Need to rename this CSS class to something more generic