From d04bc83f2ff6f6413ff6168fc5e0153776033c45 Mon Sep 17 00:00:00 2001 From: Sheldon Guo Date: Tue, 11 Mar 2025 15:16:47 +0800 Subject: [PATCH] fix(InboxContent): add background color to layout content for better visibility (#6417) --- .../src/client/components/InboxContent.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-notification-in-app-message/src/client/components/InboxContent.tsx b/packages/plugins/@nocobase/plugin-notification-in-app-message/src/client/components/InboxContent.tsx index 4e5d01c915..f924b08a3a 100644 --- a/packages/plugins/@nocobase/plugin-notification-in-app-message/src/client/components/InboxContent.tsx +++ b/packages/plugins/@nocobase/plugin-notification-in-app-message/src/client/components/InboxContent.tsx @@ -155,7 +155,9 @@ const InnerInboxContent = () => { }} /> - + {selectedChannelName ? : null}