diff options
-rw-r--r-- | ui/app/components/provider-page-container/index.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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; |