Skip to content

Commit

Permalink
Style: 버튼 border 삭제 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyoun0421 authored Jan 29, 2024
1 parent 11ee767 commit 5c8afc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/layout/side-bar/accommodation-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,8 @@ const StyledButton = styled(Button)`
justify-content: space-between;
padding: 10px 16px;
border-radius: 0;
border: none;
border-bottom: 0.5px solid ${colors.black500};
.ant-btn {
border: none;
}
`;

const StyledAccommodationWrap = styled.ul<StyledAccommodationWrapProps>`
Expand Down

0 comments on commit 5c8afc9

Please sign in to comment.