Skip to content

Commit

Permalink
fix: changed drawer height
Browse files Browse the repository at this point in the history
  • Loading branch information
saki10 committed Nov 21, 2023
1 parent d754269 commit 85997e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/swift-dolphins-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@yamada-ui/theme": patch
---

Changed height size full doroa component
2 changes: 1 addition & 1 deletion packages/theme/src/components/drawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Drawer: ComponentMultiStyle = {
lg: { container: { maxW: "2xl" } },
xl: { container: { maxW: "4xl" } },
full: {
container: { minW: "100vw", minH: "100vh" },
container: { minW: "100vw", minH: "100dvh" },
},
},

Expand Down

0 comments on commit 85997e5

Please sign in to comment.