diff --git a/src/styles/index.scss b/src/styles/index.scss index 474a68e7e2df52311bc1d3533865efc81a59135c..4af8d42f57130b8100a5ff7bd61d4ed3aba7da51 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -138,3 +138,9 @@ hubl-create-contact { } } } + +.form.search-button :not(.add-member)+button[type=submit] { + background-color: #E9F2FF; + border: none; + color: #0068FF; +}