fix: white screen visibility on editor load state

This commit is contained in:
Vijaykant Yadav 2024-11-13 18:27:38 +05:30
parent 72860f1833
commit f352f71463
2 changed files with 12 additions and 0 deletions

View file

@ -9188,6 +9188,17 @@ tbody {
.spin-loader {
position: fixed;
width: 100%;
justify-content: center;
align-items: center;
height: 100vh;
&.theme-dark {
background-color: #1f2936;
.load {
background-color: #1f2936;
}
}
.load {
display: flex;

View file

@ -25,6 +25,7 @@
justify-content: center;
align-items: center;
height: 100vh;
background-color: white;
}
.load.dark-loader {