Skip to content

Commit

Permalink
Merge pull request #1638 from suraj-webkul/spinner-ui
Browse files Browse the repository at this point in the history
fix spinner ui for dark mode.
  • Loading branch information
devansh-webkul authored Sep 25, 2024
2 parents 88843b1 + 5dd2b7f commit 48f07cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
fill="none"
aria-hidden="true"
viewBox="0 0 24 24"
{{ $attributes->merge(['class' => 'h-5 w-5 animate-spin']) }}
{{ $attributes->merge(['class' => 'h-5 w-5 animate-spin dark:text-white']) }}
>
<circle
class="opacity-25"
Expand Down

0 comments on commit 48f07cd

Please sign in to comment.