Skip to content

Commit 8df0205

Browse files
committed
Design: BottomSheetMenu css 복구
1 parent 146d5a4 commit 8df0205

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/components/BottomSheetMenu/styles.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ export const BottomSheetMenuLayout = styled.ul`
44
margin-bottom: 0.62rem;
55
display: flex;
66
flex-direction: column;
7-
border: 1px solid rgb(0, 0, 0, 0.1);
8-
border-radius: 8px;
97
`;
108

119
export const SheetItem = styled.li`
@@ -15,11 +13,7 @@ export const SheetItem = styled.li`
1513
align-items: center;
1614
justify-content: space-between;
1715
cursor: pointer;
18-
border-bottom: 1px solid rgb(0, 0, 0, 0.1);
19-
20-
:last-child {
21-
border-bottom: none;
22-
}
16+
border-bottom: 1px solid rgb(0, 0, 0, 0.2);
2317
`;
2418

2519
export const Icon = styled.img`

0 commit comments

Comments
 (0)