From 00b8e67c6856f2c390b0f5fb81c72b48772f4761 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 19 May 2021 15:08:04 +0300 Subject: [PATCH] [PE] fix bug 50284 --- apps/presentationeditor/main/resources/less/app.less | 2 +- apps/spreadsheeteditor/main/resources/less/app.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/main/resources/less/app.less b/apps/presentationeditor/main/resources/less/app.less index cb08bdcb4..64839f4db 100644 --- a/apps/presentationeditor/main/resources/less/app.less +++ b/apps/presentationeditor/main/resources/less/app.less @@ -201,7 +201,7 @@ left: 0; right: 0; bottom: 0; - background: rgb(226, 226, 226); + background: @canvas-background; .slide-h { display: flex; diff --git a/apps/spreadsheeteditor/main/resources/less/app.less b/apps/spreadsheeteditor/main/resources/less/app.less index d0cd39be2..3104f02a7 100644 --- a/apps/spreadsheeteditor/main/resources/less/app.less +++ b/apps/spreadsheeteditor/main/resources/less/app.less @@ -157,7 +157,7 @@ // Skeleton of workbook .doc-placeholder { - background: #fbfbfb; + background: @canvas-content-background; display: flex; width: 100%; height: 100%;