Skip to content

Commit 8edb036

Browse files
committed
Change circle button border color
1 parent 04b0b38 commit 8edb036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/post/PostLikeShareButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const CircleButton = styled(animated.div)<{ active?: string }>`
4040
align-items: center;
4141
justify-content: center;
4242
background: ${themedPalette.bg_element1};
43-
border: 1px solid ${themedPalette.border2};
43+
border: 1px solid ${themedPalette.border3};
4444
border-radius: 1.5rem;
4545
color: ${themedPalette.text3};
4646
cursor: pointer;

0 commit comments

Comments
 (0)