diff --git a/.changeset/five-panthers-dress.md b/.changeset/five-panthers-dress.md new file mode 100644 index 0000000000..61f2200dcb --- /dev/null +++ b/.changeset/five-panthers-dress.md @@ -0,0 +1,5 @@ +--- +"@nextui-org/modal": patch +--- + +Fix typo in CSS variable accessor for modal transition diff --git a/packages/components/modal/src/modal-transition.ts b/packages/components/modal/src/modal-transition.ts index 07dc4150ab..80807c02ad 100644 --- a/packages/components/modal/src/modal-transition.ts +++ b/packages/components/modal/src/modal-transition.ts @@ -3,7 +3,7 @@ import {TRANSITION_EASINGS} from "@nextui-org/framer-transitions"; export const scaleInOut = { enter: { scale: "var(--scale-enter)", - y: "var(--slide-enter))", + y: "var(--slide-enter)", opacity: 1, transition: { scale: {