Skip to content

Commit

Permalink
Fix svg loader style
Browse files Browse the repository at this point in the history
  • Loading branch information
justalever committed Nov 8, 2024
1 parent 360b539 commit f3cb2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/railsui/admin/_loader.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h3 class="text-2xl text-white font-bold text-center mb-3">Saving changes...</h3>
<p class="text-white text-center mb-3">This could take a few moments</p>

<svg class="w-10 h-10 invert" width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" stroke="currentColor">
<svg class="w-10 h-10 stroke-white" width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" stroke="currentColor">
<g fill="none" fill-rule="evenodd" stroke-width="2">
<circle cx="22" cy="22" r="1">
<animate attributeName="r"
Expand Down

0 comments on commit f3cb2a2

Please sign in to comment.