소스 검색

Change box-shadow to avoid build error

sbkwgh 6 년 전
부모
커밋
d664c73b33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/components/ThreadPost.vue

+ 1 - 1
frontend/src/components/ThreadPost.vue

@@ -283,7 +283,7 @@
 		@at-root #{&}__quote {
 			background: #464646;
 			border-radius: 0.25rem;
-			box-shadow: 0 2px 0.25rem #84848499;
+			box-shadow: 0px 2px 0.25rem $color__gray--darkest;
 			color: #fff;
 			cursor: pointer;
 			font-size: 1rem;