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
Thanks for the report @lukebandy. I think I see what you mean be "works" and "doesn't work": in page_navbar(), changing the primary color changes the navbar background color; page_sidebar() on the other hand doesn't use primary and instead follows $navbar-bg.
In this case, setting page_navbar(inverse = FALSE) in the second example gives the same results as with page_sidebar(), which doesn't have an inverse argument.
Describe the problem
To be honest this is a null issue as it's fine to just use
page_navbar()
, but did lose me some time to work around.Doesn't work:
But
page_navbar()
works:And other arguments (from the documentation) work with
page_sidebar
:Session Info
R version 4.4.1
bslib: 0.8.0
The text was updated successfully, but these errors were encountered: