From a3ad59f872ea3e7aaa4b4a40f197c99197e98b39 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 5 Nov 2018 15:52:02 -0330 Subject: [PATCH] Update the colour of the default image used on Connect Request (#5678) --- ui/app/components/provider-page-container/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/components/provider-page-container/index.scss b/ui/app/components/provider-page-container/index.scss index a67d7f427331..8d35ac179052 100644 --- a/ui/app/components/provider-page-container/index.scss +++ b/ui/app/components/provider-page-container/index.scss @@ -86,7 +86,8 @@ height: 64px; &--default { - background-color: lightgray; + background-color: #777A87; + color: white; width: 64px; height: 64px; border-radius: 32px;