improve: warn color of bright card

This commit is contained in:
RainyXeon /
2024-06-29 16:51:29 +07:00
committed by ThePedroo
parent ad3624b945
commit c3ddaa0bfe

View File

@@ -52,7 +52,7 @@ import { fullScreen, exec, toast } from './kernelsu.js';
rezygisk_state.innerHTML = 'ReZygisk is partially functioning!'
rezygisk_settings.removeAttribute('style')
rootCss.style.setProperty('--bright', '#ffd000')
rootCss.style.setProperty('--bright', '#766000')
rezygisk_icon_state.innerHTML = '<img class="brightc" src="assets/warn.svg">'
}