whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
778 stars 230 forks source link

Dark mode issues #501

Open mrleblanc101 opened 5 months ago

mrleblanc101 commented 5 months ago

In light mode, the border are border-100 and border-50. In dark-mode the border-100 becomes border-700, but the border-50 stays border-50 and makes it look very jarring.

Screenshot 2024-01-24 at 10 47 36 AM

mrleblanc101 commented 5 months ago

Also, I would probably suggest using the complete all around border with a radius like in the form field. It looks much better imho, and makes the seperation much clearer. Screenshot 2024-01-24 at 10 59 50 AM

mrleblanc101 commented 5 months ago

I don't mind working on this if I get the go ahead that this will eventually get merged.