Actions
Bug #9664
openHeader fields do not properly style when backend dark mode is enabled
Description
For example the headers under Privacy. They're using bg-light so they should but do not appear to be restyling properly. Maybe an issue with the text just being white.
Updated by krileon 24 days ago
Checked CB Privacy and it's not related. Those headers are added by CB Quickstart exclusively. CB Privacy adds no classes for the headers. The below would be the problem as bg-light doesn't have dark mode support.
<div class="bg-light text-center col-form-label">Features</div>
Maybe a better fix would be to add dark mode support to CB itself in backend for bg-light so the class can continue to be used fine.
Actions