Skip to content

Commit

Permalink
Merge pull request #23 from pinkary-project/fix/verified-icon-size
Browse files Browse the repository at this point in the history
fix: verified icon add missing width and height.
  • Loading branch information
nunomaduro authored Mar 21, 2024
2 parents d5a722d + 4111a57 commit 79808b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/users/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class="h-12 w-12 rounded-full"
@if ($user->is_verified)
<x-icons.verified
:color="$user->right_color"
class="ml-1 mt-0.5 flex-shrink-0"
class="ml-1 mt-0.5 flex-shrink-0 h-4 w-4"
/>
@endif
</div>
Expand Down

0 comments on commit 79808b7

Please sign in to comment.