소스 검색

Fix silly misteak

tags/v0.1.1
Garrick Aden-Buie 8 년 전
부모
커밋
d03897827d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      R/coolors.R

+ 1
- 2
R/coolors.R 파일 보기

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

Loading…
취소
저장