From a2536c864f41152ea442923064415647e6ac91b3 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 22 Feb 2019 18:04:16 +0530 Subject: [PATCH] fix(buttons): update toggle buttons feedback color (#35346) --- client/src/components/helpers/toggle-button.css | 4 ++-- client/src/components/settings/Privacy.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/helpers/toggle-button.css b/client/src/components/helpers/toggle-button.css index b19fc3db03..8b79e6a571 100644 --- a/client/src/components/helpers/toggle-button.css +++ b/client/src/components/helpers/toggle-button.css @@ -12,12 +12,12 @@ } .toggle-not-active { - background-color: #dedede; + background-color: #ffffff; color: rgb(0, 49, 0); } .night .toggle-not-active { - background-color: #999; + background-color: #dedede; color: #333; } diff --git a/client/src/components/settings/Privacy.js b/client/src/components/settings/Privacy.js index c892fa0918..5cf595fa93 100644 --- a/client/src/components/settings/Privacy.js +++ b/client/src/components/settings/Privacy.js @@ -109,7 +109,7 @@ class PrivacySettings extends Component {