diff --git a/src/components/@molecules/SearchInput/SearchInputBox.tsx b/src/components/@molecules/SearchInput/SearchInputBox.tsx index 27daa0d91..85ab112be 100644 --- a/src/components/@molecules/SearchInput/SearchInputBox.tsx +++ b/src/components/@molecules/SearchInput/SearchInputBox.tsx @@ -16,6 +16,13 @@ const SearchInputWrapper = styled.div<{ $size: 'medium' | 'extraLarge' }>( border-radius: ${theme.radii['2.5xLarge']}; border-color: ${theme.colors.border}; width: 100%; + & input { + padding-right: ${theme.space['12']}; + } + & button { + position: relative; + right: -${theme.space['4']}; + } & input::placeholder { color: ${theme.colors.greyPrimary}; font-weight: ${theme.fontWeights.bold};