mirror of
https://github.com/mue/mue.git
synced 2026-07-09 21:45:26 +02:00
Fix dark theme on brightness slider from #98
This commit is contained in:
@@ -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 {
|
||||
</div>
|
||||
</div>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user