diff --git a/src/styles/index.scss b/src/styles/index.scss index 474a68e..4af8d42 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; +}