outl1ne / nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
MIT License
284 stars 120 forks source link

Incorrect table style when theme is set to "System" #160

Closed brain82 closed 1 year ago

brain82 commented 1 year ago

When I set the theme switcher to "System" and then refresh the page, tables look as shown in the screenshot.

I think the td tags (except the one with the checkboxes) are missing the dark:border-gray-700 class.

image

Tarpsvo commented 1 year ago

Fixed in version 3.4.3. Thank you for reporting this!