소스 검색

Use darker color

sbkwgh 8 년 전
부모
커밋
9e51c80c6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/SearchBox.vue

+ 1 - 1
src/components/SearchBox.vue

@@ -59,7 +59,7 @@
 
 			@include placeholder {
 				@include text;
-				color: $color__lightgray--darkest;
+				color: $color__darkgray--primary;
 			}
 		}
 		@at-root #{&}__button {