Преглед изворни кода

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;