Skip to content

Commit

Permalink
feat: InputToggle animation faster
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Sep 26, 2024
1 parent 4b6203f commit a3395b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/styles/utils/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $border-radius-40: 4rem;
$box-shadow-1: 0px 0px 25px rgba(0, 0, 0, 0.05);
$box-shadow-2: 0px 4px 25px rgba(0, 0, 0, 0.15);

$transition-time-1: 0.5s;
$transition-time-1: 0.05s;
$transition-time-2: 0.25s;
$transition-time-3: 0.2s;
$transition-time-4: 0.1s;
Expand Down

0 comments on commit a3395b7

Please sign in to comment.