R/theme.R

spacex_theme <-
  fresh::create_theme(
    fresh::bs4dash_layout(
      main_bg = "black"
    ),
    fresh::bs4dash_sidebar_dark(
      bg = "white",
      color = "black",
      hover_bg = "red"
    )
  )
James-G-Hill/SpaceX-R-Shiny-Application documentation built on Nov. 11, 2021, 11:26 p.m.