adminforth 3.6.4-next.3 → 3.6.4-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
overflow-x-hidden z-50 min-w-[350px] justify-center items-center md:inset-0 h-[calc(100%-1rem)] max-h-full">
|
|
33
33
|
<div class="relative p-4 w-full max-h-full max-w-[400px]">
|
|
34
34
|
<!-- Modal content -->
|
|
35
|
-
<div class="af-login-popup af-login-modal-content relative bg-lightLoginViewBackground rounded-
|
|
35
|
+
<div class="af-login-popup af-login-modal-content relative bg-lightLoginViewBackground rounded-default shadow dark:bg-darkLoginViewBackground dark:shadow-black" :class=" { 'rounded-b-none overflow-hidden': error } ">
|
|
36
36
|
<!-- Modal header -->
|
|
37
37
|
<div class="af-login-modal-header flex items-center justify-between flex-col p-4 md:p-5 border-b rounded-t dark:border-gray-600">
|
|
38
38
|
|