Ver Fonte

Increase speed of slider for allowance.

Lee Morgan há 11 meses atrás
pai
commit
77e4d8d038
1 ficheiros alterados com 2 adições e 2 exclusões
  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%;
 }