Skip to content

Commit

Permalink
Also set default colors for the accordion's active button
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Sep 7, 2023
1 parent 05cb467 commit 3d02cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/apps/306-accordion-add-remove/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ ui <- page_sidebar(
# Don't transition when collapsing (so screenshot timing is less of an issue)
"transition-collapse" = "none",
"accordion-bg" = "#1E1E1E",
"accordion-button-active-bg" = "#1E1E1E",
"accordion-color" = "white",
"accordion-button-active-color" = "white",
"accordion-icon-color" = "white",
"accordion-icon-active-color" = "white"
) %>%
Expand Down

0 comments on commit 3d02cca

Please sign in to comment.