Skip to content

Commit b39d84c

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
AdminForth/1704/create-json-editor-plugin AdminForth/1704/create-json-editor-plugin
2 parents 3a2c4cb + 9c29972 commit b39d84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/views/LoginView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
overflow-x-hidden z-50 min-w-[350px] justify-center items-center md:inset-0 h-[calc(100%-1rem)] max-h-full">
3333
<div class="relative p-4 w-full max-h-full max-w-[400px]">
3434
<!-- Modal content -->
35-
<div class="af-login-popup af-login-modal-content relative bg-lightLoginViewBackground rounded-lg shadow dark:bg-darkLoginViewBackground dark:shadow-black" :class=" { 'rounded-b-none overflow-hidden': error } ">
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 } ">
3636
<!-- Modal header -->
3737
<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">
3838

0 commit comments

Comments
 (0)