Explorar el Código

Fix silly misteak

tags/v0.1.1
Garrick Aden-Buie hace 8 años
padre
commit
d03897827d
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      R/coolors.R

+ 1
- 2
R/coolors.R Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar