Bootstrap 5 - Search Builder - Calendar does not apply Dark theme
Bootstrap 5 - Search Builder - Calendar does not apply Dark theme
sovap
Posts: 1Questions: 1Answers: 0
Description of problem:
When using Bootstrap 5 styling and SearchBuilder extension, for Calendar popup (div) does not recognize bootstrap theme
Theme is set in html tag:
data-bs-theme="dark"
This question has an accepted answers - jump to answer
Answers
Thank you for flagging this up. Fix committed here. If you add
class="dark"
to yourhtml
element, that will enable dark mode on the picker until the release is made.Allan