fix bottom sheets height
This commit is contained in:
@@ -113,7 +113,8 @@ export default function DatePickerBottomSheet({
|
||||
isOpen={isOpen}
|
||||
onClose={onClose}
|
||||
title={t("common.pickYourBirthday")}
|
||||
snapPoints={["55vh"]}
|
||||
height={600}
|
||||
snapPoints={[460]}
|
||||
showCloseButton={true}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user