Browse Source
Update frontend/src/modals/CreateChannelModal.jsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
features/create-channel
Sacha GUERIN
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
frontend/src/modals/CreateChannelModal.jsx
|
|
@ -37,7 +37,7 @@ export default function CreateChannelModal({isOpen, onClose}) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return isOpen && ( |
|
|
return isOpen && ( |
|
|
<div className="bg-[#00000080] absolute top-0 left-0 w-screen h-screen flex flex-col items-center justify-center" > |
|
|
<div className="bg-[#00000080] fixed top-0 left-0 w-screen h-screen flex flex-col items-center justify-center" > |
|
|
<div className="glassmorphism p-4 w-1/4" > |
|
|
<div className="glassmorphism p-4 w-1/4" > |
|
|
<h2 className="text-2xl text-white font-montserrat font-bold" >Créer une chaine</h2> |
|
|
<h2 className="text-2xl text-white font-montserrat font-bold" >Créer une chaine</h2> |
|
|
<label htmlFor="name" className="block text-xl text-white font-montserrat font-semibold mt-2" >Nom de la chaine</label> |
|
|
<label htmlFor="name" className="block text-xl text-white font-montserrat font-semibold mt-2" >Nom de la chaine</label> |
|
|
|