We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef0a62 commit 7175858Copy full SHA for 7175858
src/components/@molecules/SearchInput/SearchInputBox.tsx
@@ -16,6 +16,13 @@ const SearchInputWrapper = styled.div<{ $size: 'medium' | 'extraLarge' }>(
16
border-radius: ${theme.radii['2.5xLarge']};
17
border-color: ${theme.colors.border};
18
width: 100%;
19
+ & input {
20
+ padding-right: ${theme.space['12']};
21
+ }
22
+ & button {
23
+ position: relative;
24
+ right: -${theme.space['4']};
25
26
& input::placeholder {
27
color: ${theme.colors.greyPrimary};
28
font-weight: ${theme.fontWeights.bold};
0 commit comments