{hasMessage && flashMessage ? (
diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css
index 12fd545e55..1f9e751f74 100644
--- a/client/src/components/layouts/global.css
+++ b/client/src/components/layouts/global.css
@@ -225,7 +225,7 @@ fieldset[disabled] .btn-primary.focus {
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active:hover {
- background-color: #fecc4c;
+ background-color: #fecc4c !important;
border-width: 3px;
border-color: #f1a02a;
background-image: none;
diff --git a/client/src/components/layouts/variables.css b/client/src/components/layouts/variables.css
index 1430081504..cae43b0435 100644
--- a/client/src/components/layouts/variables.css
+++ b/client/src/components/layouts/variables.css
@@ -17,6 +17,8 @@
--blue-light: #99c9ff;
--blue-dark: #002ead;
--green-light: #acd157;
+ --green-mid: green;
+ --purple-mid: darkviolet;
--green-dark: #00471b;
--red-light: #ffadad;
--red-dark: #850000;
diff --git a/client/src/components/profile/__snapshots__/Profile.test.js.snap b/client/src/components/profile/__snapshots__/Profile.test.js.snap
index dcdf51ac02..8d8b5c7b56 100644
--- a/client/src/components/profile/__snapshots__/Profile.test.js.snap
+++ b/client/src/components/profile/__snapshots__/Profile.test.js.snap
@@ -21,7 +21,7 @@ exports[`
renders correctly 1`] = `
class="avatar-container col-xs-12"
>
![string's avatar]()
- ) : (
-
- );
return (
- {avatar}
+ 0}
+ picture={picture}
+ userName={username}
+ />