Skip to content

Commit

Permalink
add prop to select.sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Jan 5, 2025
1 parent 3c5b4be commit b676814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/components/GearList/GearList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const GearList = ({ isViewOnlyMode }: { isViewOnlyMode: boolean }) => {
)}
{currentPack ? (
<>
<LayoutCard>
<LayoutCard style={{ padding: 5 }}>
<PackSummary
currentPack={currentPack}
setWeightUnit={setWeightUnit}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/form/lib/LmSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function LmSelect({
</Select.Trigger>
{/*@ts-ignore*/}
<Select.Adapt when="sm">
<Select.Sheet modal dismissOnSnapToBottom>
<Select.Sheet modal dismissOnSnapToBottom snapPointsMode="fit">
<Select.Sheet.Frame>
<Select.Sheet.ScrollView>
<Select.Adapt.Contents />
Expand Down

0 comments on commit b676814

Please sign in to comment.