Skip to content

Commit

Permalink
Merge pull request #17 from UBC-MDS/ly-clean-up
Browse files Browse the repository at this point in the history
change table font to black
  • Loading branch information
DMerigo authored Mar 5, 2023
2 parents d323210 + e6ca90f commit a2d5f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ server <- function(input, output, session) {
options=list(deferRender = TRUE,
scrollY = 200,
scroller = TRUE)) %>%
formatStyle(colnames(filtered_data_table), backgroundColor = styleInterval(brks, clrs))
formatStyle(colnames(filtered_data_table),
color = 'black')
})

## LEAFLET MAP
Expand Down

0 comments on commit a2d5f81

Please sign in to comment.