diff options
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store.ts b/src/store.ts index dbc798c..ae6aa63 100644 --- a/src/store.ts +++ b/src/store.ts @@ -145,7 +145,7 @@ function getDefaultState(): StoreState { color, borderRadius: 5, transitionDuration: 300, - animationDelay: 100, + animationDelay: 50, }; } |
