fix: prevent loading container bg color flickering
This commit is contained in:
parent
aec104c915
commit
094a16a768
@ -27,7 +27,8 @@
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply bg-[var(--light-background)] text-[var(--light-text)] transition-colors duration-200;
|
||||
/* @apply bg-[var(--light-background)] text-[var(--light-text)] transition-colors duration-200; */
|
||||
@apply bg-[var(--light-background)] text-[var(--light-text)];
|
||||
}
|
||||
|
||||
.dark body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user