diff options
author | Joris | 2019-08-10 21:31:27 +0200 |
---|---|---|
committer | Joris | 2019-08-10 21:31:27 +0200 |
commit | c542424b7b41c78a170763f6996c12f56b359860 (patch) | |
tree | 44830a524c592b53e93190c0461676edbfa6fdb8 /common | |
parent | c5c54722f4736108c8418c9865f81f05a6db560d (diff) |
Add smooth transitions to modal show and hide
Diffstat (limited to 'common')
-rw-r--r-- | common/common.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/common.cabal b/common/common.cabal index b7e0416..0edd8e2 100644 --- a/common/common.cabal +++ b/common/common.cabal @@ -16,6 +16,7 @@ Library Default-extensions: DeriveGeneric ExistentialQuantification + LambdaCase MultiParamTypeClasses OverloadedStrings |