Skip to content

Commit

Permalink
Merge pull request #35 from ivoxavier/focal-support
Browse files Browse the repository at this point in the history
Update ControlFoodsNutriscore.js to Focal
  • Loading branch information
ivoxavier authored Dec 14, 2022
2 parents 3bde272 + 57f2f54 commit 361d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ControlFoodsNutriscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ function backgroundColor(grade){
"#09b227" : grade === 'c' ?
"#cba000" : grade === 'd' ?
"#e57a01" : grade === 'e' ?
UbuntuColors.red : "black"
LomiriColors.red : "black"
}

0 comments on commit 361d76b

Please sign in to comment.