rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

Added missing tailwind background colour class for when hovering over the clear button in dark mode. #1553

Closed slakbal closed 7 months ago

slakbal commented 7 months ago

Change

lrljoe commented 7 months ago

Thanks for the commit, it looks super simple, so I'll give it a once-over this week and merge in with other PRs ahead of next release.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bc4bfa3) 88.98% compared to head (118ff54) 88.98%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1553 +/- ## ========================================== Coverage 88.98% 88.98% Complexity 1264 1264 ========================================== Files 96 96 Lines 2997 2997 ========================================== Hits 2667 2667 Misses 330 330 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lrljoe commented 7 months ago

Merged into develop, will be part of next release.