Skip to content

Commit

Permalink
Merge pull request #7 from stefankempf/patch-1
Browse files Browse the repository at this point in the history
Fix icon spacing and coloring
  • Loading branch information
Kylewalow authored Nov 13, 2024
2 parents c806cec + bb90cd2 commit 1143490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/widgets/images-missing-alt.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="flex justify-between items-center py-4 px-4">
<h2>
<div class="flex items-center">
<div class="h-6 w-6 mr-1 text-gray-800">
<div class="h-6 w-6 rtl:ml-2 ltr:mr-2 text-gray-800 dark:text-dark-200">
@cp_svg('icons/light/assets')
</div>
@if (count($containers) === 1)
Expand Down

0 comments on commit 1143490

Please sign in to comment.