murdercode / Nova4-TinymceEditor

A TinyMCE Field for Laravel Nova 4
MIT License
15 stars 12 forks source link

fix theme mode #5

Closed ahmic closed 1 year ago

ahmic commented 1 year ago

Hi there,

Thanks for this package. I'm using it in several projects and decided to fix theme issue.

the problem is that package only checks system theme (in my case that is dark), but I'm using light theme in my Nova app. This PR ensures to first check if user selected theme using Nova header option. If not it fallbacks to existing solution (checks system settings)

murdercode commented 1 year ago

Thanks man, great work!