mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-09 13:49:48 +00:00
Merge pull request #5585 from Bwin4L/master
Fix token counter color on dark theme
This commit is contained in:
@@ -88,7 +88,7 @@ function checkBrackets(evt) {
|
||||
if(counterElt.title != '') {
|
||||
counterElt.style = 'color: #FF5555;';
|
||||
} else {
|
||||
counterElt.style = 'color: #000;';
|
||||
counterElt.style = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user