diff options
| author | Factiven <[email protected]> | 2023-04-29 17:42:24 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-29 17:42:24 +0700 |
| commit | a22aa58746cc852331d48e1d9d3c00f5e09564a1 (patch) | |
| tree | bea47b48819fc295a981e284c013583d63681c4a /components/modal.js | |
| parent | Editor List v0.6 (diff) | |
| download | moopa-a22aa58746cc852331d48e1d9d3c00f5e09564a1.tar.xz moopa-a22aa58746cc852331d48e1d9d3c00f5e09564a1.zip | |
Editor List v0.7
Diffstat (limited to 'components/modal.js')
| -rw-r--r-- | components/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/modal.js b/components/modal.js index f237d77..78b76d7 100644 --- a/components/modal.js +++ b/components/modal.js @@ -8,7 +8,7 @@ export default function Modal({ open, onClose, children }) { > <div onClick={(e) => e.stopPropagation()} - className={`shadow rounded-xl p-6 transition-all ${ + className={`shadow rounded-xl transition-all ${ open ? "scale-100 opacity-100" : "scale-75 opacity-0" }`} > |