mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-10 04:10:33 -08:00
change color of the valid prompt to black - back to how it was
This commit is contained in:
parent
bab91b1279
commit
e11d0d43b1
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ function checkBrackets(evt) {
|
|||
if(counterElt.title != '') {
|
||||
counterElt.style = 'color: #FF5555;';
|
||||
} else {
|
||||
counterElt.style = 'color: #55FF55;';
|
||||
counterElt.style = 'color: #000;';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue