mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
change color of the valid prompt to black - back to how it was
This commit is contained in:
parent
bab91b1279
commit
e11d0d43b1
@ -88,7 +88,7 @@ function checkBrackets(evt) {
|
||||
if(counterElt.title != '') {
|
||||
counterElt.style = 'color: #FF5555;';
|
||||
} else {
|
||||
counterElt.style = 'color: #55FF55;';
|
||||
counterElt.style = 'color: #000;';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user