Skip to content

Commit

Permalink
Fix loading spinner for dark tailwind theme (#1809)
Browse files Browse the repository at this point in the history
* Fix loading spinner for dark tailwind theme

* Revert spacing error
  • Loading branch information
lrljoe committed Aug 1, 2024
1 parent 1dee07d commit ad42e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion resources/css/laravel-livewire-tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ label[dir=rtl] .range-slider {
}
.dark .lds-hourglass:after {
border: 32px solid #FFF;

border-color: #000 transparent #000 transparent;
}


Expand Down
8 changes: 1 addition & 7 deletions resources/css/laravel-livewire-tables.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad42e9c

Please sign in to comment.