Rich Editor : how to change text color if dark mode?
i try using rich editor to display description but it got problem when darkmode because the text color of the data.
i already try to put like this on the blade but still not affected.
<p class="text-gray-900 dark:text-white">
{!! str($investment->description)->sanitizeHtml() !!}
</p>
i already try to put like this on the blade but still not affected.
<p class="text-gray-900 dark:text-white">
{!! str($investment->description)->sanitizeHtml() !!}
</p>

