Skip to content

Commit

Permalink
Merge pull request #345 from machawk1/issue-344
Browse files Browse the repository at this point in the history
Tweak popup badge color to increase contract of text color
  • Loading branch information
machawk1 authored Jun 30, 2022
2 parents e1d01ab + a7e1b74 commit 835a340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mink-plugin/mink.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ function setBadgeText (value, tabid) {
badgeValue = maxBadgeDisplay
}

let badgeColor = '#090'
let badgeColor = '#080'
if (value === stillProcessingBadgeDisplay) {
badgeColor = '#900'
badgeColor = '#800'
}

if (!badgeValue) {
Expand Down

0 comments on commit 835a340

Please sign in to comment.