Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 5be5928

Browse files
committed
fix: surface radix prop on modal
1 parent 541dfff commit 5be5928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/components/Modal/Modal.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { Transition } from '@headlessui/react'
1010
import styleHandler from '../../lib/theme/styleHandler'
1111

1212
// import { Transition } from '@tailwindui/react'
13+
// Merge Radix Props to surface in the modal component
1314
export type ModalProps = RadixProps & Props
1415

1516
interface RadixProps

0 commit comments

Comments
 (0)