Browse Source

Increase speed of slider for allowance.

Lee Morgan 11 tháng trước cách đây
mục cha
commit
77e4d8d038
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/css/createAllowance.css

+ 2 - 2
src/views/css/createAllowance.css

@@ -23,7 +23,7 @@
   width: 100%;
   height: 100%;
   background-color: var(--textMuted, #ccc);
-  transition: 0.4s;
+  transition: 0.15s;
   border-radius: 34px;
 }
 
@@ -35,7 +35,7 @@
   left: 4px;
   top: 4px;
   background-color: white;
-  transition: 0.4s;
+  transition: 0.15s;
   border-radius: 50%;
 }