Skip to content

Commit

Permalink
Use incoming backport of color-contrast()
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Nov 23, 2020
1 parent 5ebaddc commit f1b6a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bslib.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ bsStyleMap <- list(
fontFamily = "$headings-font-family"
),
rowHighlightStyle = list(
color = "color-yiq($primary)"
color = "color-contrast($primary)"
),
inputStyle = list(
color = "$input-color",
Expand Down

0 comments on commit f1b6a9a

Please sign in to comment.