remove username + shadow new message
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user