mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-15 07:03:06 +03: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