diff --git a/apps/web/src/views/Settings.js b/apps/web/src/views/Settings.js index 33c577118..f2228facc 100644 --- a/apps/web/src/views/Settings.js +++ b/apps/web/src/views/Settings.js @@ -28,7 +28,7 @@ const Settings = props => { width: 40, height: 40, borderRadius: 80, - color: "secondary" + color: "static" }} > @@ -45,7 +45,7 @@ const Settings = props => { { }} py={2} > - - {Titles.accent} - - { }} justifyContent="left" mx={2} - my={2} bg="shade" p={1} > @@ -120,21 +110,24 @@ const Settings = props => { ))} - - Dark Mode - { - setCheck(!check); - changeTheme(); - }} - checked={check} - /> + { + setCheck(!check); + changeTheme(); + }} + > + {check ? "Light Mode" : "Dark Mode"} + {check ? : }