From 322888082656febbe7b72724a7dbf34b7e142f1a Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Thu, 22 Nov 2018 15:56:23 +0200 Subject: [PATCH] arrow color changed --- src/common/Video/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Video/styles.less b/src/common/Video/styles.less index e856c6a27..5198c074f 100644 --- a/src/common/Video/styles.less +++ b/src/common/Video/styles.less @@ -102,7 +102,7 @@ .arrow { width: 100%; - fill: @colorwhite60; + fill: @colorwhite; } } }