Skip to content

Commit

Permalink
updated Drawer snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
recondesigns committed Mar 5, 2024
1 parent e3608db commit cc8587d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`Drawer > should render with many props assigned 1`] = `

exports[`Drawer > should render with required props 1`] = `
<div
className="hidden lg:block transition-all ease-in-out duration-1000 fixed top-0 bottom-0 overflow-hidden width-full z-[2] -left-[100%]"
className="hidden lg:block transition-all ease-in-out duration-1000 fixed top-0 bottom-0 overflow-hidden width-full z-[2] -left-full"
>
<div
className="w-full h-full"
Expand Down

0 comments on commit cc8587d

Please sign in to comment.