laravelio/laravel.io

Dark mode shouldn't be applied for pagination

driesvints opened this issue · 3 comments

Pagination is displayed in dark mode even though we don't have that on Laravel.io

I think this recently got implemented in Laravel so we should probably publish the view and stripe dark mode for now. Or is there a simple toggle in Tailwind we can use for this to always strip dark mode classes?

Screenshot 2024-01-31 at 20 13 34

@driesvints I am unable to replicate this issue locally.
image

@digitlimit still happening for me on production. Make sure that your system has dark mode enabled.

@driesvints It's a quick fix according to https://tailwindcss.com/docs/dark-mode
Please review my PR