Skip to content

Commit b650b17

Browse files
fix: Fix the style of account transaction record list. (#1104)
Co-authored-by: Moody Salem <moodysalem@users.noreply.github.com>
1 parent fc76177 commit b650b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AccountDetails/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const LowerSection = styled.div`
9999
flex-grow: 1;
100100
overflow: auto;
101101
background-color: ${({ theme }) => theme.bg2};
102-
border-bottom-left-radius: 25px;
102+
border-bottom-left-radius: 20px;
103103
border-bottom-right-radius: 20px;
104104
105105
h5 {

0 commit comments

Comments
 (0)