From f692123f513b6d71797a609311df507cd1ee3d48 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 5 Nov 2018 15:52:02 -0330 Subject: 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 a67d7f427..8d35ac179 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; -- cgit