From 263ed658db3d98cb779423874cb70a564cd3455a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Wed, 8 Apr 2020 12:56:42 +0200 Subject: [PATCH] [ADF-5104] Change color of location text (#5595) --- .../name-location-cell/name-location-cell.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.scss b/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.scss index be46c158cc..27c895864b 100644 --- a/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.scss +++ b/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.scss @@ -4,7 +4,7 @@ .adf-name-location-cell { display: grid; &-location { - color: mat-color($foreground, base, 0.5); + color: mat-color($foreground, base, 0.54); font-size: 12px; } }