You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python: v3.10
Panel: v1.5.5
OS: macOS Sequoia 15.1.1
Browser: both Google Chrome and Firefox
Description
When using the dark theme, the active_header_background property is not being set for the Accordion component. It remains the default #ddd color defined here. This applies regardless of the design used - I tried material, bootstrap, and native; all of them had the same issue.
As a result of this issue, the Accordion background has an unreadable light color when opened, even though the different themes set the active_header_background property to a CSS variable (for instance, here).
Software Version Info
Description
When using the
dark
theme, theactive_header_background
property is not being set for theAccordion
component. It remains the default#ddd
color defined here. This applies regardless of thedesign
used - I triedmaterial
,bootstrap
, andnative
; all of them had the same issue.As a result of this issue, the
Accordion
background has an unreadable light color when opened, even though the different themes set theactive_header_background
property to a CSS variable (for instance, here).Example code to reproduce
Browser inspect element
Screenshots
Closed
Opened
The text was updated successfully, but these errors were encountered: