fix: Backdrop color for insert article modal in dark mode (#8711)

This commit is contained in:
Sivin Varghese
2024-01-16 18:36:43 +05:30
committed by GitHub
parent 8f1a1e0905
commit e67f8824d9
4 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
.modal-mask {
// @include flex;
// @include flex-align(center, middle);
@apply flex items-center justify-center bg-modal dark:bg-modal z-[9990] h-full left-0 fixed top-0 w-full;
@apply flex items-center justify-center bg-modal-backdrop-light dark:bg-modal-backdrop-dark z-[9990] h-full left-0 fixed top-0 w-full;
}
.page-top-bar {