Closed ShinyFabio closed 2 years ago
Hi! I have the same issue, but it does happen whether I use fresh
or not, and only thing I have done is set dashboardHeader()
's status
to "primary"
.
Hello,
I was testing out your demo code from your README and noticed that the toggle does not work properly, the plot has a white background when in dark mode toggle.
Since I have used thematic
and bslib
in Shiny apps before I tried to use the following:
# placed above the ui = dashboard()
thematic::thematic_shiny(font='auto')
# place right after ui = dashboard()
# ran bs_theme_preview() since initially copying theme = bs_theme( ) from another file did not work to get the plot to have same color
#bs_theme_preview(),
# this should have styled the dashboard with a black background
theme = bs_theme(theme, fg = "rgb(0, 221, 110)", primary = "#6CD62A",
font_scale = NULL, bootswatch = "cyborg", bg = "rgb(6, 6, 6)"),
This failed to work. I expected the plot to have same background color as theme.
I appreciate the toggle.
Hi, I was trying to made a customized bs4Dash using
{fresh}
package but I have some problems. Here's a reproducible example.I think my problem is both with
{fresh}
package and with{bs4Dash}
so I posted the issue also here https://github.com/dreamRs/fresh/issues/11