From a3fec11438a576a8b99169c9d39a71f14197865f Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Thu, 24 Aug 2023 22:37:46 +0800 Subject: [PATCH] fix: styles (#1005) --- web/app/(shareLayout)/layout.tsx | 8 +++++--- web/app/components/share/chat/index.tsx | 4 ++-- web/app/components/share/chatbot/index.tsx | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/web/app/(shareLayout)/layout.tsx b/web/app/(shareLayout)/layout.tsx index 2ccd917c06..9e3e8ad4fb 100644 --- a/web/app/(shareLayout)/layout.tsx +++ b/web/app/(shareLayout)/layout.tsx @@ -6,9 +6,11 @@ const Layout: FC<{ children: React.ReactNode }> = ({ children }) => { return ( -