From d9f2c90c259829c8582faa72ce0eb0bfea4eeda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 7 Feb 2020 09:40:17 +0000 Subject: [PATCH] fix color of expiration warning in sheets --- customize.dist/src/less2/include/colortheme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 05a46c25d..709afa7c8 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -135,7 +135,7 @@ @colortheme_oocell-bg: #40865c; @colortheme_oocell-color: #FFF; -@colortheme_oocell-warn: #cd2532; +@colortheme_oocell-warn: #ffbcc0; @colortheme_kanban-bg: #8C4; @colortheme_kanban-color: #000;