We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f44a8c + 28bce86 commit e1bdf77Copy full SHA for e1bdf77
1 file changed
app/_components/LoginActionSection.tsx
@@ -44,7 +44,7 @@ export default function ScreenLoginActionSection() {
44
</div>
45
<DrawerContent
46
showHandle={false}
47
- className="mx-auto flex h-[44.33dvh] w-full flex-col items-center px-4 pt-6 md:max-w-[430px]"
+ className="mx-auto flex h-[44.33vh] w-full flex-col items-center px-4 pt-6 md:max-w-[430px]"
48
>
49
<DrawerTitle className="sr-only">다른 로그인 방법</DrawerTitle>
50
<div className="flex w-full flex-col items-start gap-2">
0 commit comments