Skip to content

Commit

Permalink
fix(frontend): checkmark hidden with certain backgrounds (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored Dec 9, 2024
1 parent c061465 commit 1e0e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/checkmark.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<FaIcon
class="{{if (and @highlight @checked) 'highlight text-primary'}}"
class="{{if (and @highlight @checked) 'highlight'}}"
...attributes
@icon={{this.icon}}
/>

0 comments on commit 1e0e578

Please sign in to comment.