File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/frontend/src/modules/shared/components/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const GenericModal = ({
5454 leaveFrom = 'opacity-100 scale-100'
5555 leaveTo = 'opacity-0 scale-90'
5656 >
57- < Dialog . Panel className = 'w-full max-w-md transform overflow-hidden rounded-2xl bg-zinc-800 p-6 text-left align-middle shadow-xl transition-all' >
57+ < Dialog . Panel className = 'relative w-full max-w-md transform overflow-hidden rounded-2xl bg-zinc-800 p-6 text-left align-middle shadow-xl transition-all' >
5858 < Dialog . Title
5959 as = 'h3'
6060 className = 'text-2xl font-semibold leading-6 text-white mb-5'
@@ -67,7 +67,7 @@ const GenericModal = ({
6767 < button
6868 type = 'button'
6969 aria-label = 'Close'
70- className = 'absolute top-3 right-4 w-4 h-4 text-white text-xl'
70+ className = 'absolute top-3 right-4 w-4 h-4 text-white text-xl'
7171 onClick = { ( ) => setIsOpen ( false ) }
7272 >
7373 < FontAwesomeIcon icon = { faClose } />
You can’t perform that action at this time.
0 commit comments