Skip to content

Commit

Permalink
Design: 헤더 스타일 일부 수정
Browse files Browse the repository at this point in the history
- 서치바의 배경색 추가
- PriceModal을 display: none으로 설정
  • Loading branch information
JiminKim-dev committed May 25, 2022
1 parent a97aeab commit ab41138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/components/Header/SearchBar/Modals/PriceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function PriceModal() {
const PriceModalWrap = styled(ModalWrap)`
width: 493px;
height: 364px;
// display: none;
display: none;
right: 200px;
padding: 52px 64px;
justify-content: left;
Expand Down
1 change: 1 addition & 0 deletions fe/src/components/Header/SearchBar/searchBar.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const SearchBarWrap = styled.div`
border-radius: 999px;
padding: 16px 0px 16px 20px;
justify-content: space-around;
background: ${({ theme }) => theme.colors.white};
`;
export const Period = styled.div`
height: 100%;
Expand Down

0 comments on commit ab41138

Please sign in to comment.