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 {