We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146d5a4 commit 8df0205Copy full SHA for 8df0205
1 file changed
src/components/BottomSheetMenu/styles.tsx
@@ -4,8 +4,6 @@ export const BottomSheetMenuLayout = styled.ul`
4
margin-bottom: 0.62rem;
5
display: flex;
6
flex-direction: column;
7
- border: 1px solid rgb(0, 0, 0, 0.1);
8
- border-radius: 8px;
9
`;
10
11
export const SheetItem = styled.li`
@@ -15,11 +13,7 @@ export const SheetItem = styled.li`
15
13
align-items: center;
16
14
justify-content: space-between;
17
cursor: pointer;
18
- border-bottom: 1px solid rgb(0, 0, 0, 0.1);
19
-
20
- :last-child {
21
- border-bottom: none;
22
- }
+ border-bottom: 1px solid rgb(0, 0, 0, 0.2);
23
24
25
export const Icon = styled.img`
0 commit comments