mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
revised ui
This commit is contained in:
parent
b2745f5628
commit
af4e21b836
22 changed files with 110 additions and 64 deletions
|
|
@ -30,7 +30,7 @@ update_variables_ui <- function(id, title = "") {
|
|||
placement = "bottom-end",
|
||||
shiny::actionButton(
|
||||
inputId = ns("settings"),
|
||||
label = phosphoricons::ph("gear"),
|
||||
label = phosphoricons::ph("gear",weight = "bold"),
|
||||
class = "pull-right float-right"
|
||||
),
|
||||
shinyWidgets::textInputIcon(
|
||||
|
|
@ -75,7 +75,7 @@ update_variables_ui <- function(id, title = "") {
|
|||
shiny::actionButton(
|
||||
inputId = ns("validate"),
|
||||
label = htmltools::tagList(
|
||||
phosphoricons::ph("arrow-circle-right", title = i18n$t("Apply changes")),
|
||||
phosphoricons::ph("arrow-circle-right", title = i18n$t("Apply changes"),weight = "bold"),
|
||||
i18n$t("Apply changes")
|
||||
),
|
||||
width = "100%"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue