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

Darkmode table header isn't in the right color #68

Closed demianottema closed 1 year ago

demianottema commented 1 year ago

Filament Version

v3

Plugin Version

v2.0.0

PHP Version

PHP 8.10

Problem description

The header is displayed white instead of dark grey. This is caused by the opacity added to the background color in dark mode.

Besides this the rounding isn't working.

image

Expected behavior

The table header being grey

Steps to reproduce

Just a fresh install, with headers. Then you see white headers.

Reproduction repository

No response

Relevant log output

No response

micraux commented 1 year ago

Did you see this issue? https://github.com/awcodes/filament-table-repeater/issues/60

demianottema commented 1 year ago

No i didn't found it but thanks for the quick reply. Im closing this as the solution is in the other issue.