mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Fix token counter color on dark theme
This commit is contained in:
parent
7cea280a8f
commit
718dbe5e82
@ -88,7 +88,7 @@ function checkBrackets(evt) {
|
|||||||
if(counterElt.title != '') {
|
if(counterElt.title != '') {
|
||||||
counterElt.style = 'color: #FF5555;';
|
counterElt.style = 'color: #FF5555;';
|
||||||
} else {
|
} else {
|
||||||
counterElt.style = 'color: #000;';
|
counterElt.style = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user