From cec1b9a22796a6d2cb0e110bd38f6a48defaf937 Mon Sep 17 00:00:00 2001 From: Vivek Agrawal Date: Tue, 2 Jan 2018 04:59:58 +0530 Subject: [PATCH] style(map): Change estimated timestamp color (#16393) Closes #16321 --- common/app/Map/map.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/Map/map.less b/common/app/Map/map.less index 6e643a33dd..1e5aead376 100644 --- a/common/app/Map/map.less +++ b/common/app/Map/map.less @@ -98,7 +98,7 @@ } .@{ns}-block-time { - color: #BBBBBB; + color: #555555; @media (min-width: 721px) { float: right; }