#### ALL software version info <details> <summary>Software Version Info</summary> ```plaintext panel 1.8.10 bokeh 3.9 ``` </details> #### Description of expected behavior and the observed behavior We should be able to see the slider label and value. However, the text colour is the same as the background colour, so that it's not visible. #### Complete, minimal, self-contained example code that reproduces the issue ```python import panel as pn pn.extension(design="fast") pn.widgets.IntSlider(name="Slider", value=50, start=0, end=100).servable() ``` #### Screenshots or screencasts of the bug in action https://github.com/user-attachments/assets/b1169f34-3c65-4927-91bd-f1fc582d748f
ALL software version info
Software Version Info
Description of expected behavior and the observed behavior
We should be able to see the slider label and value. However, the text colour is the same as the background colour, so that it's not visible.
Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
Capture.video.du.2026-04-29.14-49-30.mp4