Disabling dark mode #69
-
Hi, how can I disable dark mode, it picks up my browsers dark mode. I tried darkMode: 'false', in tailwind.config.js but no luck. Also, guest names shows up as "?" after a while. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
This doesn't seem like the expected dark mode. Could you be using an unstable version? Toggle dark mode: https://tailwindcss.com/docs/dark-mode Guest names show as "?" when the guest table has null name columns. This could happen if you seeded the guest table manually. laravel-comments/config/comments.php Line 67 in 592a443 Might be some mess in your project? I suggest you to use the demo project https://github.com/Lakshan-Madushanka/laravel-comments-demo to get an idea. |
Beta Was this translation helpful? Give feedback.
-
After debugging, a style-related issue was resolved in v2.1.1. There is a slight chance it might be related to this. |
Beta Was this translation helpful? Give feedback.
-
It's still same after the update, I should start looking demo app. Thank you! |
Beta Was this translation helpful? Give feedback.
-
It's fixed, thank you! |
Beta Was this translation helpful? Give feedback.
Solved in v2.2.0.
@gokhaanc Thanks for pointing out this.