Skip to content

Commit

Permalink
Update gt_theme_athletic.R
Browse files Browse the repository at this point in the history
don't align col labels in gt theme (idk why I am doing that here tbh)
  • Loading branch information
andreweatherman authored Dec 26, 2023
1 parent 087908d commit 885b43e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/gt_theme_athletic.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ gt_theme_athletic <- function(gt_object, ...) {
font = gt::google_font('Work Sans'),
weight = 650,
size = px(12),
transform = 'uppercase',
align = 'center'
transform = 'uppercase'
)
) %>%
gt::tab_style(
Expand Down

0 comments on commit 885b43e

Please sign in to comment.