Unverified Commit 0a81dd52 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

Merge pull request #5585 from Bwin4L/master

Fix token counter color on dark theme
parents 7cea280a 718dbe5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ function checkBrackets(evt) {
  if(counterElt.title != '') {
    counterElt.style = 'color: #FF5555;';
  } else {
    counterElt.style = 'color: #000;';
    counterElt.style = '';
  }
}