Skip to content

Commit e1bdf77

Browse files
authored
Merge pull request #25 from COMAtching/fix/display
feat: implement login action section component with social login and …
2 parents 6f44a8c + 28bce86 commit e1bdf77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/_components/LoginActionSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function ScreenLoginActionSection() {
4444
</div>
4545
<DrawerContent
4646
showHandle={false}
47-
className="mx-auto flex h-[44.33dvh] w-full flex-col items-center px-4 pt-6 md:max-w-[430px]"
47+
className="mx-auto flex h-[44.33vh] w-full flex-col items-center px-4 pt-6 md:max-w-[430px]"
4848
>
4949
<DrawerTitle className="sr-only">다른 로그인 방법</DrawerTitle>
5050
<div className="flex w-full flex-col items-start gap-2">

0 commit comments

Comments
 (0)