ui: Use bootstrap version 5

This commit is contained in:
Elias Projahn 2021-12-15 12:41:12 +01:00
parent 2041cf2c2c
commit 7bef0f3bda
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ methods_ui <- function(id) {
NS(id, method$id), NS(id, method$id),
span( span(
method$description, method$description,
style = "font-weight: bold" class = "control-label"
), ),
value = TRUE value = TRUE
), ),

4
R/ui.R
View file

@ -3,9 +3,9 @@ ui <- div(
rclipboard::rclipboardSetup(), rclipboard::rclipboardSetup(),
navbarPage( navbarPage(
theme = bslib::bs_theme( theme = bslib::bs_theme(
version = 3, version = 5,
bootswatch = "united", bootswatch = "united",
primary = "#1c71d8" primary = "#1964bf"
), ),
title = "TPE-OLD candidates", title = "TPE-OLD candidates",
selected = "Results", selected = "Results",