Skip to content

Commit 6fd5f79

Browse files
committed
use 64px for top padding
1 parent ef1bdf2 commit 6fd5f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/components/search/search.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const Default: Story = {
172172
const placeholder = storyContext.args.placeholder || "Search...";
173173
const position = storyContext.args.position || "top";
174174
const className = storyContext.args.className || "";
175-
const paddingTop = storyContext.args.paddingTop || "4rem";
175+
const paddingTop = storyContext.args.paddingTop || "64px";
176176
const panelClassName = storyContext.args.panelClassName || "";
177177
const inputClassName = storyContext.args.inputClassName || "";
178178
const resultClassName = storyContext.args.resultClassName || "";

0 commit comments

Comments
 (0)