Browse Source

ref: made ripple effect a bit less intense

Sv443 1 tháng trước cách đây
mục cha
commit
3f871131ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/ripple.css

+ 1 - 1
src/components/ripple.css

@@ -34,7 +34,7 @@ body .bytm-ripple.slowest {
     )
   );
   position: absolute;
-  background: var(--bytm-ripple-color, rgba(255, 255, 255, 0.175));
+  background: var(--bytm-ripple-color, rgba(255, 255, 255, 0.125));
   transform: translate(-50%, -50%);
   pointer-events: none;
   border-radius: 50%;