[PE] fix bug 50284

This commit is contained in:
Maxim Kadushkin 2021-05-19 15:08:04 +03:00
parent a166cf858c
commit 00b8e67c68
2 changed files with 2 additions and 2 deletions

View file

@ -201,7 +201,7 @@
left: 0;
right: 0;
bottom: 0;
background: rgb(226, 226, 226);
background: @canvas-background;
.slide-h {
display: flex;

View file

@ -157,7 +157,7 @@
// Skeleton of workbook
.doc-placeholder {
background: #fbfbfb;
background: @canvas-content-background;
display: flex;
width: 100%;
height: 100%;