We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7ff52 commit ad372c8Copy full SHA for ad372c8
docs/.vitepress/components/Drawer/GeistScrollDrawer.vue
@@ -13,7 +13,7 @@ import './drawer.css'
13
<Drawer.Content data-content class="z-9999 bg-[#0a0a0a] flex flex-col rounded-t-[10px] mt-24 h-[80%] lg:h-[320px] fixed bottom-0 left-0 right-0 outline-none">
14
<div class="new-dialog_inner">
15
<div class="modal-body">
16
- <div>
+ <div class="max-w-md mx-auto">
17
<Drawer.Title class="font-mSdium m-4 color-[#ededed]" style="font-weight: 600; font-size: 18px; margin: 24px 0;">Create Token</Drawer.Title>
18
<p class="color-[#ededed]">Some content contained within the modal.</p>
19
0 commit comments