diff --git a/app/containers/Chat/ChatHeader.tsx b/app/containers/Chat/ChatHeader.tsx
index 412d91226..863c543b0 100644
--- a/app/containers/Chat/ChatHeader.tsx
+++ b/app/containers/Chat/ChatHeader.tsx
@@ -44,9 +44,15 @@ export default function ChatHeader(props: ChatHeaderProps) {
return (
+
+ {" "}
+
+
{isMobileScreen ? (
navigate(Path.Home)}>
diff --git a/tailwind.config.js b/tailwind.config.js
index 4baae1ba4..f34eab074 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -29,6 +29,9 @@ module.exports = {
'2xl': '1980px'
},
extend: {
+ backdropBlur: {
+ 'chat-header': '20px',
+ },
minHeight: {
'chat-input-mobile': '19px',
'chat-input': '60px',