rappasoft / laravel-livewire-tables

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

White border in dark-mode #614

Closed REJack closed 2 years ago

REJack commented 2 years ago

I found an other bug, related to the dark mode.

img img

https://github.com/rappasoft/laravel-livewire-tables/blob/a52839d27d6f31a8b5c5fa77ead3baedcdaad752/resources/views/tailwind/components/table/table.blade.php#L11

I would remove bg-dark or add dark:bg-gray-800

rappasoft commented 2 years ago

Feel free to make a PR.