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

Update 3.3.1 breaks light theme #157

Closed proilyxa closed 1 year ago

proilyxa commented 1 year ago

When we use light theme, table still has style from dark theme.

Снимок экрана 2023-01-12 в 14 55 10
brain82 commented 1 year ago

+1

brain82 commented 1 year ago

It's worth mentioning that in dark mode, some colors are different.

image

KasparRosin commented 1 year ago

Seems laravel nova has configured gray to slate, which caused the tailwind configuration to show different colors.

KasparRosin commented 1 year ago

Thanks for the report. Published version 3.4.1 that addresses these issues.