mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 22:40:20 +08:00
working white text, not perfect with all colors
This commit is contained in:
parent
626d63c91d
commit
80aa87023e
@ -100,7 +100,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
|
||||
const slider_ch = (e) => {
|
||||
state[e.meta.name] = e.target.value;
|
||||
if (e.meta.name === 'lig') {
|
||||
state.light_text = e.target.value < 70 ? true : false;
|
||||
state.light_text = e.target.value < 60 ? true : false;
|
||||
}
|
||||
svc_theme.apply(state);
|
||||
console.log(state);
|
||||
|
Loading…
Reference in New Issue
Block a user