revised ui

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-04-10 21:04:42 +02:00
commit af4e21b836
No known key found for this signature in database
22 changed files with 110 additions and 64 deletions

View file

@ -76,7 +76,7 @@ create_column_ui <- function(id) {
actionButton(
inputId = ns("compute"),
label = tagList(
phosphoricons::ph("pencil"), i18n$t("Create column")
phosphoricons::ph("pencil",weight = "bold"), i18n$t("Create column")
),
class = "btn-outline-primary",
width = "100%"
@ -84,7 +84,7 @@ create_column_ui <- function(id) {
actionButton(
inputId = ns("remove"),
label = tagList(
phosphoricons::ph("x-circle"),
phosphoricons::ph("x-circle",weight = "bold"),
i18n$t("Cancel")
),
class = "btn-outline-danger",