From 7bb0a1a1f6bf7ce931d2ef3306d59c6f98f43fbe Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Tue, 15 Dec 2020 17:25:59 +0100
Subject: [PATCH] fix: color

---
 src/app/structure-list/components/card/card.component.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/structure-list/components/card/card.component.scss b/src/app/structure-list/components/card/card.component.scss
index c67da08bc..4d3d5aa04 100644
--- a/src/app/structure-list/components/card/card.component.scss
+++ b/src/app/structure-list/components/card/card.component.scss
@@ -24,7 +24,7 @@
   border-bottom: 1px dashed $grey !important;
   cursor: pointer;
   .typeStructure {
-    color: $grey;
+    color: $grey-3;
     @include cn-regular-16;
   }
   .nomStructure {
-- 
GitLab