Skip to content

Commit 1f33969

Browse files
author
Nemobot
committed
fix paddingX
1 parent 66b7293 commit 1f33969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SearchBar/createSearchBar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function createSearchBar(
7575
display="flex"
7676
justifyContent="center"
7777
alignItems="center"
78-
paddingX={16}
78+
paddingX={inputConfig.paddingX}
7979
top={0}
8080
bottom={0}
8181
left={0}
@@ -117,7 +117,7 @@ export function createSearchBar(
117117
display="flex"
118118
justifyContent="center"
119119
alignItems="center"
120-
paddingX={16}
120+
paddingX={inputConfig.paddingX}
121121
top={0}
122122
bottom={0}
123123
right={0}

0 commit comments

Comments
 (0)