diff --git a/src/components/modals/Settings.jsx b/src/components/modals/Settings.jsx index feef33e4..60cd9141 100644 --- a/src/components/modals/Settings.jsx +++ b/src/components/modals/Settings.jsx @@ -65,6 +65,7 @@ export default class Settings extends React.PureComponent { if (localStorage.getItem('darkTheme') === 'true') { document.getElementById('blurRange').style.background = '#535c68'; + document.getElementById('brightnessRange').style.background = '#535c68'; document.getElementById('customBackground').style.color = 'white'; document.getElementById('backgroundAPI').style.color = 'white'; document.getElementById('searchEngine').style.color = 'white'; @@ -273,4 +274,4 @@ export default class Settings extends React.PureComponent { ; } -} \ No newline at end of file +}