diff --git a/examples/spring-dialog/dialog.tsx b/examples/spring-dialog/dialog.tsx index 7652cd55..7baa56cf 100644 --- a/examples/spring-dialog/dialog.tsx +++ b/examples/spring-dialog/dialog.tsx @@ -55,8 +55,8 @@ const Dialog = component(({ isOpen, width = '600px', height = '300p {transition(({ spring }) => ( - {slot} + {/*should be last for tab focus*/} ))} @@ -104,8 +104,8 @@ type CloseButtonProps = { const CloseButton = component(({ onClick }) => { return ( -