Skip to content

Commit

Permalink
design: 검색창 expand 시 로고 완전히 덮히도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Creative-Lee committed Oct 15, 2023
1 parent 0b08c70 commit 8ca98d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/search/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const FlexSearchBox = styled(Flex)<{ $isSearching: boolean }>`
padding: 0 10px;
background-color: ${({ theme }) => theme.color.black200};
border-radius: 16px;
border-radius: 14px;
transition: flex 0.2s ease;
Expand Down

0 comments on commit 8ca98d4

Please sign in to comment.