Add gray bg to standalone composer

This commit is contained in:
Lim Chee Aun 2023-04-23 21:37:42 +08:00
parent c11d30a2a0
commit bac56a6b4d

View file

@ -20,6 +20,9 @@ body {
align-items: center;
justify-content: center;
}
#app-standalone {
background-color: var(--bg-faded-color);
}
/* MENTIONS */