Skip to content

Commit

Permalink
fix: apply grayscale filter to "more collaborators" avatar image
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnsultan committed Feb 5, 2025
1 parent 6ce8dae commit 1e6576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/app/forms/partials/list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@endforeach
@if($collaborators->count() > 3)
<div class="avatar avatar-s rounded-circle">
<img class="rounded-circle" src="/assets/images/users/avatar-plus.png" alt="More collaborators">
<img class="rounded-circle" src="/assets/images/users/avatar-plus.png" alt="More collaborators" style="filter: grayscale(1) contrast(0.5)">
</div>
@endif
@endif
Expand Down

0 comments on commit 1e6576e

Please sign in to comment.