Skip to content

Commit

Permalink
Even better matching of flextable theme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 1, 2024
1 parent 2df09cc commit 1c4f22b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions R/theme_gt_aagi.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ theme_gt_aagi <- function(x) {
)
) |>
gt::tab_style(
style = gt::cell_borders(sides = "all",
color = "#ffffff",
weight = px(2)),
locations = cells_body()
style = gt::cell_borders(
sides = "all",
color = "#ffffff",
weight = gt::px(2)
),
locations = list(cells_body(), cells_column_labels())
) |>
gt::tab_options(
column_labels.background.color = aagi_teal,
Expand Down

0 comments on commit 1c4f22b

Please sign in to comment.