-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
These rules for .bslib-page-sidebar override the bg argument of sidebar()
bslib/inst/builtin/bs5/shiny/_rules.scss
Lines 108 to 115 in 07a2d6a
| .bslib-page-sidebar { | |
| --bslib-page-sidebar-title-color: var(--bs-body-color); | |
| --bslib-page-sidebar-title-bg: var(--bs-body-bg); | |
| > .bslib-sidebar-layout { | |
| @include bslib-sidebar-layout; | |
| } | |
| } |
so the following code
page_sidebar(
sidebar = sidebar(
bg = "#1E1E1E",
lorem::ipsum(1)
),
lorem::ipsum(3, 2)
)results in this app (the text in the sidebar is white).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
