mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-10 03:02:13 -08:00
Merge pull request #5585 from Bwin4L/master
Fix token counter color on dark theme
This commit is contained in:
commit
0a81dd5225
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: #000;';
|
||||
counterElt.style = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue