Sfoglia il codice sorgente

Change box-shadow to avoid build error

sbkwgh 6 anni fa
parent
commit
d664c73b33
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;