Ver código fonte

Fix silly misteak

tags/v0.1.1
Garrick Aden-Buie 8 anos atrás
pai
commit
d03897827d
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      R/coolors.R

+ 1
- 2
R/coolors.R Ver arquivo

@@ -11,8 +11,7 @@ xaringan_coolors_accent <- function(coolors_url, order = "12345", ...) {

colors <- list(
primary = colors[1],
secondary = colors[2],

secondary = colors[2]
)

return(colors)

Carregando…
Cancelar
Salvar