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 3cbb286 commit 923e260Copy full SHA for 923e260
packages/@react-spectrum/s2/src/Picker.tsx
@@ -278,7 +278,7 @@ export const Picker = /*#__PURE__*/ (forwardRef as forwardRefType)(function Pick
278
menuOffset = 8;
279
}
280
281
- let layout = new ListLayout({estimatedRowHeight: 32, estimatedHeadingHeight: 50, padding: 8})
+ let layout = new ListLayout({estimatedRowHeight: 32, estimatedHeadingHeight: 50, padding: 8});
282
283
return (
284
<AriaSelect
0 commit comments