1
0
Эх сурвалжийг харах

fix: better ripple transparency

Sven 10 сар өмнө
parent
commit
3b06e646dc

+ 1 - 1
src/components/ripple.css

@@ -27,7 +27,7 @@ body .bytm-ripple.slower {
 .bytm-ripple-area {
   --bytm-ripple-min-size: 100px;
   position: absolute;
-  background: var(--bytm-ripple-color, rgba(255, 255, 255, 0.275));
+  background: var(--bytm-ripple-color, rgba(255, 255, 255, 0.175));
   transform: translate(-50%, -50%);
   pointer-events: none;
   border-radius: 50%;