Browse Source

Use darker color

sbkwgh 8 năm trước cách đây
mục cha
commit
9e51c80c6b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {