remove username + shadow new message

This commit is contained in:
hamid zarghami
2025-07-30 10:52:08 +03:30
parent f669955ab5
commit 23e18fa19c
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const Main: FC = () => {
<div className='flex fixed bottom-4 xl:hidden right-0 justify-center mt-10 md:mt-14 px-4'>
<Button
className='bg-secondary font-normal text-primary w-fit px-4 md:px-6 text-sm'
className='bg-secondary shadow-lg font-normal text-primary w-fit px-4 md:px-6 text-sm'
onClick={() => {
setOpenSidebar(false)
setOpenNewMessage(true)