There was an error while loading. Please reload this page.
1 parent ef1bdf2 commit 6fd5f79Copy full SHA for 6fd5f79
1 file changed
packages/components/src/components/search/search.stories.tsx
@@ -172,7 +172,7 @@ export const Default: Story = {
172
const placeholder = storyContext.args.placeholder || "Search...";
173
const position = storyContext.args.position || "top";
174
const className = storyContext.args.className || "";
175
- const paddingTop = storyContext.args.paddingTop || "4rem";
+ const paddingTop = storyContext.args.paddingTop || "64px";
176
const panelClassName = storyContext.args.panelClassName || "";
177
const inputClassName = storyContext.args.inputClassName || "";
178
const resultClassName = storyContext.args.resultClassName || "";
0 commit comments