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),
span(
method$description,
style = "font-weight: bold"
class = "control-label"
),
value = TRUE
),

4
R/ui.R
View file

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