awcodes / filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.
MIT License
201 stars 43 forks source link

Dark mode table header bg issue. #60

Closed Nuhel closed 1 year ago

Nuhel commented 1 year ago

Filament Version

v3

Plugin Version

2.x-dev

PHP Version

8.2

Problem description

Table heading design brakes in dark mode.

image

Expected behavior

Should match with dark mode.

Steps to reproduce

Just use in dark mode.

Reproduction repository

No response

Relevant log output

No response

awcodes commented 1 year ago

You did not include the styles correctly in a custom theme as described in the Readme.

stuartcusackie commented 7 months ago

My problem was that I added the view to the wrong tailwind.config file (do it in the theme folder of course!)