Closed cpsievert closed 3 years ago
shiny 1.6 has updated CSS for sliderInput() that assumes a light background, dark foreground (unless otherwise specified with bs_theme()), which leads to it looking it like this with shinythemes::shinytheme("darkly"):
sliderInput()
bs_theme()
shinythemes::shinytheme("darkly")
shiny 1.6 has updated CSS for
sliderInput()
that assumes a light background, dark foreground (unless otherwise specified withbs_theme()
), which leads to it looking it like this withshinythemes::shinytheme("darkly")
: