199ocero / radio-deck

Turn filament default radio button into a selectable card with icons, title and description.
https://filamentphp.com/plugins/jaocero-radio-deck
MIT License
63 stars 10 forks source link

[Bug]: Border outline color not working again #9

Closed miguilimzero closed 8 months ago

miguilimzero commented 8 months ago

What happened?

I'm having the same problem as described at https://github.com/199ocero/radio-deck/issues/2.

How to reproduce the bug

Trying with any color reproduces the bug. I already verified and my tailwind.config.js content list is correct.

Maybe some breaking change with Filament v3.2?

Package Version

1.2.1

PHP Version

8.2

Laravel Version

10

Which operating systems does with happen with?

Linux

miguilimzero commented 8 months ago

Not working on both light and dark theme:

image image

199ocero commented 8 months ago

Hi @miguilimzero I can confirm that this is working with latest filament

image

Maybe you miss a configuration. Please see this issue: #8

miguilimzero commented 8 months ago

It seems I was missing the filament preset on tailwind.config.js. The strange thing is that only the outline color was not working; everything else was fine. Thanks for the support @199ocero!