From b0e553502ffa65e4a7550b449dc5ed2c980ee183 Mon Sep 17 00:00:00 2001
From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com>
Date: Thu, 26 Nov 2020 12:10:54 +0100
Subject: [PATCH] fix(search ) : color localisation/nbStructures/ButtonSearch

---
 src/app/shared/components/button/button.component.scss | 2 +-
 src/app/structure-list/structure-list.component.scss   | 2 +-
 src/assets/scss/_icons.scss                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/shared/components/button/button.component.scss b/src/app/shared/components/button/button.component.scss
index 6506693b2..3c4e737cb 100644
--- a/src/app/shared/components/button/button.component.scss
+++ b/src/app/shared/components/button/button.component.scss
@@ -41,7 +41,7 @@ button {
   .searchButton {
     background: $white;
     height: 31px;
-    color: $primary-color;
+    color: $secondary-color;
     padding: 3px 16px 3px 16px;
     display: table-cell;
     vertical-align: middle;
diff --git a/src/app/structure-list/structure-list.component.scss b/src/app/structure-list/structure-list.component.scss
index 46a1d312f..6af9e153e 100644
--- a/src/app/structure-list/structure-list.component.scss
+++ b/src/app/structure-list/structure-list.component.scss
@@ -8,7 +8,7 @@
   display: grid;
   align-items: center;
   height: 32px;
-  background-color: $secondary-color;
+  background-color: $grey-4;
   padding-left: 9px;
   margin: 0 16px;
 }
diff --git a/src/assets/scss/_icons.scss b/src/assets/scss/_icons.scss
index cb0071742..64bd09a9f 100644
--- a/src/assets/scss/_icons.scss
+++ b/src/assets/scss/_icons.scss
@@ -52,7 +52,7 @@
   border-radius: 50% 50% 50% 0;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
-  background-color: $secondary-color;
+  background-color: $grey-3;
   &:before {
     content: '';
     position: absolute;
-- 
GitLab